#include <convexhull.h>
ConvEdge struct respresents an edge in the convex hull data. It saves indices to the start and endpoint of the edge as well as indices to other edges, that are somehow related to the current edge (reverse, next edge of face and next edge of vertex)
Public Member Functions | |
ConvEdge ()=default | |
ConvEdge (Int start, Int end, Int nextEdgeOfFace, Int nextEdgeOfVert, Int reverseEdge) | |
Public Attributes | |
Int | _start |
Int | _end |
Int | _nextEdgeOfFace |
Int | _nextEdgeOfVert |
Int | _reverseEdge |
|
default |
Int _start |
Int _end |
Int _nextEdgeOfFace |
Int _nextEdgeOfVert |
Int _reverseEdge |