polygon-clipping-algorithm topic

List polygon-clipping-algorithm repositories

martinez

679
Stars
76
Forks
Watchers

Martinez-Rueda polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor

Clipper2

1.3k
Stars
233
Forks
Watchers

Polygon Clipping and Offsetting - C++, C# and Delphi

pyclipper

224
Stars
41
Forks
Watchers

Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)

polyclip-go

76
Stars
20
Forks
Watchers

Go library for Boolean operations on 2D polygons.

polyclip

19
Stars
6
Forks
Watchers

R package polyclip: a port of the Clipper library for polygon geometry

PolyBoolCS

19
Stars
4
Forks
Watchers

This is a fairly straightforward port of the polybooljs library to the C# programming language.

martinez-src

47
Stars
11
Forks
Watchers

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

20
Stars
9
Forks
Watchers

Boolean operations on polygons (union, intersection, difference, xor) (this library is a port for flutter of polybooljs