$darkmode
VCG Library
Public Types | Static Public Member Functions | List of all members
vcg::tri::TriSplit< TRIMESH_TYPE, CenterPoint > Class Template Reference

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)
 

Detailed Description

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.


The documentation for this class was generated from the following file: