|
Rebel Fork Framework
|
Edge of the surface of tetrahedral mesh. More...
#include <Urho3D/Math/TetrahedralMesh.h>
Public Member Functions | |
| TetrahedralMeshSurfaceEdge ()=default | |
| Construct default. | |
| TetrahedralMeshSurfaceEdge (unsigned i0, unsigned i1, unsigned faceIndex, unsigned edgeIndex) | |
| Construct valid. | |
| bool | operator< (const TetrahedralMeshSurfaceEdge &rhs) const |
| Compare for sorting. Only edges themselves are compared. | |
Public Attributes | |
| unsigned | indices_ [2] {} |
| Indices. | |
| unsigned | faceIndex_ { M_MAX_UNSIGNED } |
| Face that owns this edge. | |
| unsigned | edgeIndex_ {} |
| Index of the edge in triangle. | |
Edge of the surface of tetrahedral mesh.