#算法刷题#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)
100x Faster Slicing of SCAD Files for 3D Printing
翻译 - 用于3D打印的SCAD文件的切片速度提高了100倍
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 polygon clipping/overlay operations (union, intersection, difference, xor) on Polygon and MultiPolygon geometry.
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)
Geometries processing
Martinez algorithm for polygon Boolean operations, PHP library.
Swift geometry-related types and algorithms
Python port of polygon clipping algorithm by F. Martinez et al. (with separate C++ binding)
Janet bindings for clipper, a polygon utility library
C# geometries processing
C++ general polygon clipper
#算法刷题#Geom2D is a computational geometry library for Go, designed for 2D polygon operations and other fundamental geometric types.