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...
template<class TRIMESH_TYPE, class CenterPoint = CenterPointBarycenter <TRIMESH_TYPE>>
class vcg::tri::TriSplit< TRIMESH_TYPE, CenterPoint >
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.
Definition at line 891 of file refine.h.