Struct HalfEdge

Struct Documentation

struct HalfEdge

Public Members

OptionalFaceHandle face

The face this edge belongs to (or none, if this edge lies on the boundary).

VertexHandle target

The vertex this edge points to.

HalfEdgeHandle next

The next edge of the face, ordered counter-clockwise. Viewed a different way: it’s the next edge when walking clockwise around the source vertex.

HalfEdgeHandle twin

The twin edge.