$darkmode
Triangle split Simple templated function for splitting a triangle with a internal point. It can be templated on a CenterPoint class that is used to generate the position of the internal point. More...
#include <refine.h>
Public Types | |
typedef TRIMESH_TYPE::FaceType | FaceType |
typedef TRIMESH_TYPE::VertexType | VertexType |
Static Public Member Functions | |
static void | Apply (FaceType *f, FaceType *f1, FaceType *f2, VertexType *vB, CenterPoint Center) |
Triangle split Simple templated function for splitting a triangle with a internal point. It can be templated on a CenterPoint class that is used to generate the position of the internal point.