i_overlay 7.0.2

Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
Documentation
1
2
3
use i_float::int::point::IntPoint;

pub type IntLine<I> = [IntPoint<I>; 2];