Repository navigation

#

polygon-union

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

JavaScript
722
9 个月前

Boolean operations on polygons (union, intersection, difference, xor)

JavaScript
618
1 年前

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

C++
240
6 个月前

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

JavaScript
240
2 年前

Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm

Rust
97
2 年前

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

Dart
25
1 年前

Java port of https://github.com/velipso/polybooljs. Boolean operations on polygons (union, intersection, difference, xor)

Java
23
3 年前

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

C++
19
9 个月前

Martinez algorithm for polygon Boolean operations, PHP library.

PHP
16
1 年前

Martinez algorithm for polygon Boolean operations

Go
8
4 年前

Compute the area, perimeter, polygon's approximate center and the union of Polygons.

C++
6
7 年前

Geometry 2D library for boolean operations, allows use of smooth curves, described by nurbs

Python
4
1 天前

A little Swift toolkit for working with polygons

Swift
2
2 年前

Geom2D is a computational geometry library for Go, designed for 2D polygon operations and other fundamental geometric types.

Go
1
1 个月前

Fast boolean operations for polygons, based on the Martinez "plane sweep" algorithm

1
5 年前