vrauxdecomposeshapes.h

来自「finite element mesh 参数化有限元网格划分」· C头文件 代码 · 共 9 行

H
9
字号
#ifndef _DECOMPOSESHAPES_H_
#define _DECOMPOSESHAPES_H_

VRSFBool decompose(VRShape *shape, VRShape **shape1, VRShape **shape2);
void decompose_ClearMemory(void);
void uniteListOfShapes(VRShape **shapes, VRDWORD numShapes, VRShape* unitedShape);
void triangulate_ClearMemory();

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?