pub trait Polygon90WithHoles<C: CoordinateConcept>: PolygonWithHoles<C> + Polygon90Set<C> { }
Expand description

Concept of a polygon with axis-aligned edges and holes.

Implementors