polygon-intersection topic
martinez
Martinez-Rueda polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor
GreinerHormann
Greiner-Hormann polygon clipping algorithm. Does AND, OR, XOR. Plays nicely with Leaflet. Handles non-convex polygons and multiple clipping areas. ~3kb footprint, no dependencies
Clipper2
Polygon Clipping and Offsetting - C++, C# and Delphi
pyclipper
Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)
polybooljs
Boolean operations on polygons (union, intersection, difference, xor)
polyclip-go
Go library for Boolean operations on 2D polygons.
tektosyne
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
rust-geo-booleanop
Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm
polyclip
R package polyclip: a port of the Clipper library for polygon geometry
SwiftClipper
A Swift version of polygon clipper.