#算法刷题#Polygon Clipping and Offsetting - C++, C# and Delphi
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh ...
Boolean operations on polygons (union, intersection, difference, xor)
Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons.
A simple script for fracturing polygons. Also adds nice helper functions for polygons like calculateArea, triangulate, getRandomPointsInPolygon, getBoundingRect)
100x Faster Slicing of SCAD Files for 3D Printing
翻译 - 用于3D打印的SCAD文件的切片速度提高了100倍
#算法刷题#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)
Clipping and geometric operations for spherical polygons.
Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm
Simple polygon triangulation algorithms in pure python
WASM port of Clipper 2 for Polygon Clipping and Offsetting
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh ...
A differentiable Python implementation of the Sutherland–Hodgman algorithm for clipping polygons in 2D.
Boolean polygon clipping/overlay operations (union, intersection, difference, xor) on Polygon and MultiPolygon geometry.
A header-only library that implements the Vatti clipping algorithm
A numpy geometry class and functions that work with arcpy and ESRI featureclasses. Includes Free Tools for ArcGIS Pro
Java port of Clipper2, a Polygon Clipping and Offsetting Library
Python Polygon Clipping and Offsetting based on Clipper2 Library
Boolean operations on polygons (union, intersection, difference, xor) (this library is a port for flutter of polybooljs