Rebel Fork Framework
Urho3D::TetrahedralMeshSurfaceEdge Struct Reference

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.
 

Detailed Description

Edge of the surface of tetrahedral mesh.


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