Module polygon
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
IdEventforPolygon. - Polygon
Iter - An iterator of
Event<&Endpoint, ()>.