i_overlay 6.0.0

Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
Documentation
1
2
3
4
5
6
7
pub mod boolean;
pub(crate) mod build;
pub(crate) mod merge;
pub(crate) mod segment;
pub(crate) mod sort;
pub mod string;
pub mod winding;