|
JPL Spatial
Sound spatialization and propagation library
|
Class that holds the information of an edge. More...
#include <JPLSpatial/Geometry/ConvexHullBuilder.h>
Public Member Functions | |
| Edge (Face *inFace, int inStartIdx) | |
| Edge * | GetPreviousEdge () |
| Get the previous edge. | |
Public Attributes | |
| Face * | mFace |
| Face that this edge belongs to. | |
| Edge * | mNextEdge = nullptr |
| Next edge of this face. | |
| Edge * | mNeighbourEdge = nullptr |
| Edge that this edge is connected to. | |
| int | mStartIdx |
| Vertex index in mPositions that indicates the start vertex of this edge. | |
Class that holds the information of an edge.
| JPL::ConvexHullBuilder< Vec3Type >::Edge::Edge | ( | Face * | inFace, |
| int | inStartIdx | ||
| ) |
|
inline |
Get the previous edge.
| Face* JPL::ConvexHullBuilder< Vec3Type >::Edge::mFace |
Face that this edge belongs to.
| Edge* JPL::ConvexHullBuilder< Vec3Type >::Edge::mNeighbourEdge = nullptr |
Edge that this edge is connected to.
| Edge* JPL::ConvexHullBuilder< Vec3Type >::Edge::mNextEdge = nullptr |
Next edge of this face.
| int JPL::ConvexHullBuilder< Vec3Type >::Edge::mStartIdx |
Vertex index in mPositions that indicates the start vertex of this edge.