ReactPhysics3D
v0.10.2
C++ Physics engine library
|
An half-edge. More...
#include <include/reactphysics3d/utils/quickhull/QHHalfEdgeStructure.h>
Public Member Functions | |
Edge (Vertex *startVertex, Vertex *endVertex, Face *face) | |
bool | isValid () const |
Public Attributes | |
Vertex * | startVertex |
Vertex at the beginning of the edge. | |
Vertex * | endVertex |
Vertex at the end of the edge. | |
Face * | face |
Adjacent face of the edge. | |
Edge * | previousEdge |
Previous edge in the linked-list of edges. | |
Edge * | nextEdge |
Next edge in the linked-list of edges. | |
Edge * | previousFaceEdge |
Previous edge around the face of the edge. | |
Edge * | nextFaceEdge |
Next edge around the face of the edge. | |
Edge * | twinEdge |
Twin edge. | |
An half-edge.