Jolt Physics
A multi core friendly Game Physics Engine
|
Class that holds the information of an edge. More...
#include <ConvexHullBuilder.h>
Public Member Functions | |
JPH_OVERRIDE_NEW_DELETE | Edge (Face *inFace, int inStartIdx) |
Constructor. More... | |
Edge * | GetPreviousEdge () |
Get the previous edge. More... | |
Public Member Functions inherited from NonCopyable | |
NonCopyable ()=default | |
NonCopyable (const NonCopyable &)=delete | |
void | operator= (const NonCopyable &)=delete |
Public Attributes | |
Face * | mFace |
Face that this edge belongs to. More... | |
Edge * | mNextEdge = nullptr |
Next edge of this face. More... | |
Edge * | mNeighbourEdge = nullptr |
Edge that this edge is connected to. More... | |
int | mStartIdx |
Vertex index in mPositions that indicates the start vertex of this edge. More... | |
Class that holds the information of an edge.
|
inline |
Constructor.
|
inline |
Get the previous edge.
Edge* ConvexHullBuilder::Edge::mNextEdge = nullptr |
Next edge of this face.
int ConvexHullBuilder::Edge::mStartIdx |
Vertex index in mPositions that indicates the start vertex of this edge.