Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| NEnmesh | |
| CEdge | A struct representing an edge in the mesh |
| CEdgeHash | A hash function for the Edge struct to allow it to be used in an unordered_set |
| CMesh | A class representing a 3D mesh |
| CPoint | A struct representing a point in 3D space |
| CQuad | A struct representing a quad in the mesh |
| CQuadHash | A hash function for quads |
| CTetrahedron | |
| CTriangle | A struct representing a triangle in the mesh |
| CTriangleHash | A hash function for triangles |