Polygon Clipping and Offsetting - C++, C# and Delphi
-
Updated
Oct 14, 2024 - C++
Polygon Clipping and Offsetting - C++, C# and Delphi
Martinez-Rueda polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor
Boolean operations on polygons (union, intersection, difference, xor)
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
Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)
Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm
Boolean operations on polygons (union, intersection, difference, xor) (this library is a port for flutter of polybooljs
Java port of https://github.com/velipso/polybooljs. Boolean operations on polygons (union, intersection, difference, xor)
The JTS Topology Suite is a Java library for creating and manipulating vector geometry.
A Swift version of polygon clipper.
R package polyclip: a port of the Clipper library for polygon geometry
Martinez algorithm for polygon Boolean operations, PHP library.
Martinez algorithm for polygon Boolean operations
Compute the area, perimeter, polygon's approximate center and the union of Polygons.
Geometry 2D library for boolean operations, allows use of smooth curves, described by nurbs
Janet bindings for clipper, a polygon utility library
Fast boolean operations for polygons, based on the Martinez "plane sweep" algorithm
A little Swift toolkit for working with polygons
C++ general polygon clipper
Clipping of simple polygons with degenerate vertices in Javascript
Add a description, image, and links to the polygon-union topic page so that developers can more easily learn about it.
To associate your repository with the polygon-union topic, visit your repo's landing page and select "manage topics."