polygon-clipping-algorithm topic
martinez
Martinez-Rueda polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor
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)
polyclip-go
Go library for Boolean operations on 2D polygons.
polyclip
R package polyclip: a port of the Clipper library for polygon geometry
PolyBoolCS
This is a fairly straightforward port of the polybooljs library to the C# programming language.
martinez-src
Mirrored implementations of polygon clipping/CSG/operations algorithm, in C (original, by Martínez et al) and ActionScript3 (port, by Mahir Iqbal)
poly_bool_dart
Boolean operations on polygons (union, intersection, difference, xor) (this library is a port for flutter of polybooljs