Trait iron_shapes::concepts::PolygonWithHoles
source · pub trait PolygonWithHoles<C: CoordinateConcept>: PolygonSet<C> {
// Required method
fn num_holes(&self) -> usize;
}Expand description
Concept of a polygon with holes.