Trait iron_shapes::concepts::Polygon90WithHoles
source · pub trait Polygon90WithHoles<C: CoordinateConcept>: PolygonWithHoles<C> + Polygon90Set<C> { }Expand description
Concept of a polygon with axis-aligned edges and holes.