polygon-union
There are 22 repositories under polygon-union topic.
AngusJohnson/Clipper2
Polygon Clipping and Offsetting - C++, C# and Delphi
w8r/martinez
Martinez-Rueda polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor
velipso/polybooljs
Boolean operations on polygons (union, intersection, difference, xor)
w8r/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
fonttools/pyclipper
Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)
21re/rust-geo-booleanop
Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm
dr-jts/jts
The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
mohammedX6/poly_bool_dart
Boolean operations on polygons (union, intersection, difference, xor) (this library is a port for flutter of polybooljs
lhuanyu/SwiftClipper
A Swift version of polygon clipper.
Menecats/polybool-java
Java port of https://github.com/velipso/polybooljs. Boolean operations on polygons (union, intersection, difference, xor)
baddstats/polyclip
R package polyclip: a port of the Clipper library for polygon geometry
kudm761/martinez-rueda-php
Martinez algorithm for polygon Boolean operations, PHP library.
toanqng/martinez-rueda
Martinez algorithm for polygon Boolean operations
Yidadaa/Offset-Polygon
Compute the area, perimeter, polygon's approximate center and the union of Polygons.
compmec/shapepy
Geometry 2D library for boolean operations, allows use of smooth curves, described by nurbs
ianthehenry/janet-clipper
Janet bindings for clipper, a polygon utility library
BadIdeaException/improved-greiner-hormann
Clipping of simple polygons with degenerate vertices in Javascript
doodlezucc/web_polymask
A polygon merging Dart library with web/svg implementation.
nighthawk/ASPolygonKit
A little Swift toolkit for working with polygons
pedrofreitascampos/polybool
Fast boolean operations for polygons, based on the Martinez "plane sweep" algorithm
zong4/CppGeneralPolygonClipper
C++ general polygon clipper
dr-jts/jts-versions
Archive of release versions of the JTS Topology Suite