Package org.tinfour.edge
Provides implementations of the IQuadEdge interface with supporting
data-management classes.
-
Class Summary Class Description EdgePool Provides an object-pool implementation that the manages the allocation, deletion, and reuse of Edges.QuadEdge A representation of an edge with forward and reverse links on one side and counterpart links attached to its dual (other side).QuadEdgeConstants Defines constants for use in QuadEdge related operations.QuadEdgePinwheel Provides an implementation of the pinwheel operation via the Iterator and Iterable interfaces.