See: Description
| Interface | Description |
|---|---|
| SubdivisionFullMap<T,U,V> |
Maps all elements of a planar
Subdivision to arbitrary objects. |
| SubdivisionMap<T> |
Maps the faces of a planar
Subdivision to arbitrary objects. |
| Class | Description |
|---|---|
| AddEdgeResult |
Contains the result of adding an edge to a
Subdivision. |
| FindEdgeResult |
Contains the result of finding the
SubdivisionEdge nearest to a query point. |
| PolygonGridMap |
Maps the faces of a planar
Subdivision to PolygonGrid locations. |
| RemoveEdgeResult |
Contains the result of removing an edge from a
Subdivision. |
| Subdivision |
Represents a planar subdivision as a doubly-connected edge list.
|
| SubdivisionEdge |
Represents a half-edge in a planar
Subdivision. |
| SubdivisionElement |
Represents one element of a planar
Subdivision. |
| SubdivisionFace |
Represents a face in a planar
Subdivision. |
| SubdivisionIntersection |
Contains the result of an intersection between two
Subdivision instances. |
| SubdivisionSearch |
Provides a fast search structure for a planar
Subdivision. |
| VoronoiMap |
Maps the faces of a planar
Subdivision to VoronoiResults.generatorSites indices. |
| Enum | Description |
|---|---|
| SubdivisionElementType |
Specifies the type of a
SubdivisionElement. |