pub trait Polygon90Set<C: CoordinateConcept>: PolygonSet<C> { }
Expand description

Set of multiple polygons with axis-aligned edges.

Implementors