Module iron_shapes::multi_polygon
source · Expand description
Multi-polygons are a set of multiple polygons.
Re-exports
pub use crate::traits::BoundingBox;
pub use crate::traits::DoubledOrientedArea;
pub use crate::traits::MapPointwise;
pub use crate::traits::WindingNumber;
Structs
- A
MultiPolygon
is a list of polygons. There is no restrictions on the polygons (they can be intersecting, empty, etc.).