DelaunayTriangulation
A C++ Object Oriented data structure with algorithms that could be used to generate a Delaunay triangulation
|
CIMesh | Shallow class allowing Mesh to be imported in classes which Mesh owns |
CMesh | Parent class of all objects, contains full triangulation and its constituent parts |
▼CTriangle | Class representing a polygon with 3 points and its member functions |
Ccircumcircle | Circumcircle object |
CVec | Class representing coordinates of a Vector |
CVertex | Class representing a vertex of a cell |