iced_renderer::geometry::path::lyon_path

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 IdEvent for Polygon.
PolygonIter
An iterator of Event<&Endpoint, ()>.