Module polygon
Available on crate feature
geometry
only.Expand description
Specific path types for polygons.
Structsยง
- IdPolygon
- A view over a sequence of endpoint IDs forming a polygon.
- IdPolygon
Iter - An iterator of
Event<EndpointId, ()>
. - Path
Events - An iterator of
PathEvent
. - Polygon
- A view over a sequence of endpoints forming a polygon.
- Polygon
IdIter - An iterator of
IdEvent
forPolygon
. - Polygon
Iter - An iterator of
Event<&Endpoint, ()>
.