Repository navigation

#

polygon-clipping

Habrador/Computational-geometry

Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc

C#
1338
10 个月前

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

JavaScript
618
1 年前

Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons.

JavaScript
579
1 年前

A simple script for fracturing polygons. Also adds nice helper functions for polygons like calculateArea, triangulate, getRandomPointsInPolygon, getBoundingRect)

GDScript
359
10 个月前

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 年前

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

C++
240
6 个月前

Clipping and geometric operations for spherical polygons.

JavaScript
118
4 天前

Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm

Rust
97
2 年前

WASM port of Clipper 2 for Polygon Clipping and Offsetting

HTML
65
4 个月前

Simple polygon triangulation algorithms in pure python

Jupyter Notebook
64
6 年前

Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc

C#
46
2 年前

A differentiable Python implementation of the Sutherland–Hodgman algorithm for clipping polygons in 2D.

Python
41
3 年前

Boolean polygon clipping/overlay operations (union, intersection, difference, xor) on Polygon and MultiPolygon geometry.

Go
35
3 年前

Java port of Clipper2, a Polygon Clipping and Offsetting Library

Java
33
2 天前

A header-only library that implements the Vatti clipping algorithm

C++
29
2 年前

A numpy geometry class and functions that work with arcpy and ESRI featureclasses. Includes Free Tools for ArcGIS Pro

Python
28
20 天前

Python Polygon Clipping and Offsetting based on Clipper2 Library

C++
26
4 个月前

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

Dart
25
1 年前