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
8
9
pub mod clip;
pub mod extract;
mod filter;
pub mod graph;
pub mod line;
pub mod overlay;
pub mod rule;
pub mod slice;
pub mod split;