Uses of Class
micycle.pgs.commons.IncrementalTinDual.DualEdge
Packages that use IncrementalTinDual.DualEdge
Package
Description
The commons package contains all non-core PGS classes (of varying authorship
and either not worth putting in separate package or too long to include
within the calling PGS method itself).
-
Uses of IncrementalTinDual.DualEdge in micycle.pgs.commons
Fields in micycle.pgs.commons with type parameters of type IncrementalTinDual.DualEdgeModifier and TypeFieldDescriptionfinal Map<org.tinfour.common.IQuadEdge,
IncrementalTinDual.DualEdge> IncrementalTinDual.edgeDuals
Maps triangulation edges to their dual edge.final List<IncrementalTinDual.DualEdge>
IncrementalTinDual.edges
List of all edges in the dual graph.