[][src]Module lyon_path::polygon

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, ()>.