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.
- IdPolygonIter 
- An iterator of Event<EndpointId, ()>.
- PathEvents 
- An iterator of PathEvent.
- Polygon
- A view over a sequence of endpoints forming a polygon.
- PolygonIdIter 
- An iterator of IdEventforPolygon.
- PolygonIter 
- An iterator of Event<&Endpoint, ()>.