Struct IntersectionEdgeInfo

Struct Documentation

struct legion::physics::IntersectionEdgeInfo

The information required to create a edge for a hole polygon.

Public Functions

inline IntersectionEdgeInfo(meshHalfEdgePtr pPairintToConnectTo)

Public Members

meshHalfEdgePtr pairingToConnectTo = nullptr
meshHalfEdgePtr instantiatedEdge = nullptr
meshHalfEdgePtr centroidEdge = nullptr
math::vec3 first
math::vec3 second