Rebel Fork Framework
|
Surface of tetrahedral mesh. Vertices are shared with tetrahedral mesh and are not stored. More...
#include <Urho3D/Math/TetrahedralMesh.h>
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.