Rebel Fork Framework
|
Surface of tetrahedral mesh. Vertices are shared with tetrahedral mesh and are not stored. More...
#include <Urho3D/Math/TetrahedralMesh.h>
Public Member Functions | |
void | Clear () |
Clear. | |
unsigned | Size () const |
Return size. | |
bool | CalculateAdjacency () |
Calculate adjacency information. Surface must be closed. | |
bool | IsClosedSurface () const |
Return whether the mesh is a closed surface. | |
Public Attributes | |
ea::vector< TetrahedralMeshSurfaceTriangle > | faces_ |
Faces. | |
ea::vector< TetrahedralMeshSurfaceEdge > | edges_ |
Temporary buffer for calculating adjacency. | |
Surface of tetrahedral mesh. Vertices are shared with tetrahedral mesh and are not stored.