i_overlay 5.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
10
11
12
13
pub mod divide;
pub mod extract;
mod extract_ogc;
pub mod fill_rule;
pub mod graph;
pub(crate) mod link;
pub(crate) mod nearest_vector;
pub mod overlay;
pub mod overlay_rule;
pub mod predicate;
pub mod relate;
pub mod simplify;
pub mod solver;