Represents a vertex in the HEM data structure. More...
#include <HalfEdgeVertex.hpp>
Public Attributes | |
OptionalHalfEdgeHandle | outgoing |
The edge starting at this vertex. More... | |
BaseVecT | pos |
The 3D position of this vertex. More... | |
Represents a vertex in the HEM data structure.
Definition at line 50 of file HalfEdgeVertex.hpp.
OptionalHalfEdgeHandle lvr2::HalfEdgeVertex< BaseVecT >::outgoing |
The edge starting at this vertex.
Definition at line 53 of file HalfEdgeVertex.hpp.
BaseVecT lvr2::HalfEdgeVertex< BaseVecT >::pos |
The 3D position of this vertex.
Definition at line 56 of file HalfEdgeVertex.hpp.