Module iron_shapes::polygon

source ·
Expand description

This module contains data types and functions for polygons with holes.

Re-exports

Structs

  • A polygon possibly with holes. The polygon is defined by a hull and a list of holes which are both SimplePolygons.

Traits

  • Trait for the conversion of a geometric shape to a polygon.