Rebel Fork Framework
Urho3D::TetrahedralMeshSurface Struct Reference

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< TetrahedralMeshSurfaceTrianglefaces_
 Faces.
 
ea::vector< TetrahedralMeshSurfaceEdgeedges_
 Temporary buffer for calculating adjacency.
 

Detailed Description

Surface of tetrahedral mesh. Vertices are shared with tetrahedral mesh and are not stored.


The documentation for this struct was generated from the following files: