Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
EPAConvexHullBuilder::Edge Class Reference

Class that holds the information of an edge. More...

#include <EPAConvexHullBuilder.h>

Public Attributes

TrianglemNeighbourTriangle
 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...
 

Detailed Description

Class that holds the information of an edge.

Member Data Documentation

◆ mNeighbourEdge

int EPAConvexHullBuilder::Edge::mNeighbourEdge

Index in mEdge that specifies edge that this Edge is connected to.

◆ mNeighbourTriangle

Triangle* EPAConvexHullBuilder::Edge::mNeighbourTriangle

Information about neighbouring triangle.

Triangle that neighbours this triangle

◆ mStartIdx

int EPAConvexHullBuilder::Edge::mStartIdx

Vertex index in mPositions that indicates the start vertex of this edge.


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