polyops 0.0.5

Martinez-Rueda polygon clipping algorithm: Boolean operations (intersection, union, difference, xor) over polygons and multipolygons. Rust port of martinez-polygon-clipping.
Documentation
1
{"subject":[[[[0,0],[1,0],[1,1],[0,1],[0,0]]],[[[2,2],[3,2],[3,3],[2,3],[2,2]]]],"clipping":[[[0.25,0.25],[2.75,0.25],[2.75,2.75],[0.25,2.75],[0.25,0.25]]],"expected":[[[[0.25,0.25],[1,0.25],[1,1],[0.25,1],[0.25,0.25]]],[[[2,2],[2.75,2],[2.75,2.75],[2,2.75],[2,2]]]]}