Struct EdgeCollapseResult

Struct Documentation

struct EdgeCollapseResult

Public Functions

inline EdgeCollapseResult(VertexHandle midPoint, VertexHandle removedPoint)

Public Members

VertexHandle midPoint

The vertex which was inserted to replace the collapsed edge.

VertexHandle removedPoint
std::array<boost::optional<EdgeCollapseRemovedFace>, 2> neighbors

The (face) neighbors of the edge which might have been removed. If so, the entry is not none and contains information about the invalidated handles and the replacement edge.