Template Struct HalfEdgeVertex

Struct Documentation

template<typename BaseVecT>
struct HalfEdgeVertex

Represents a vertex in the HEM data structure.

Public Members

OptionalHalfEdgeHandle outgoing

The edge starting at this vertex.

BaseVecT pos

The 3D position of this vertex.