ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::QHHalfEdgeStructure::Edge Struct Reference

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

VertexstartVertex
 Vertex at the beginning of the edge.
 
VertexendVertex
 Vertex at the end of the edge.
 
Faceface
 Adjacent face of the edge.
 
EdgepreviousEdge
 Previous edge in the linked-list of edges.
 
EdgenextEdge
 Next edge in the linked-list of edges.
 
EdgepreviousFaceEdge
 Previous edge around the face of the edge.
 
EdgenextFaceEdge
 Next edge around the face of the edge.
 
EdgetwinEdge
 Twin edge.
 

Detailed Description

An half-edge.


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