Jolt Physics
A multi core friendly Game Physics Engine
|
Class that holds the information of an edge. More...
#include <EPAConvexHullBuilder.h>
Public Attributes | |
Triangle * | mNeighbourTriangle |
Information about neighbouring triangle. More... | |
int | mNeighbourEdge |
Index in mEdge that specifies 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.
int EPAConvexHullBuilder::Edge::mNeighbourEdge |
Index in mEdge that specifies edge that this Edge is connected to.
Triangle* EPAConvexHullBuilder::Edge::mNeighbourTriangle |
Information about neighbouring triangle.
Triangle that neighbours this triangle
int EPAConvexHullBuilder::Edge::mStartIdx |
Vertex index in mPositions that indicates the start vertex of this edge.