polygon-clipping
There are 68 repositories under polygon-clipping topic.
AngusJohnson/Clipper2
Polygon Clipping and Offsetting - C++, C# and Delphi
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
velipso/polybooljs
Boolean operations on polygons (union, intersection, difference, xor)
mfogel/polygon-clipping
Apply boolean polygon clipping operations (union, intersection, difference, xor) to your Polygons & MultiPolygons.
SoloByte/godot-polygon2d-fracture
A simple script for fracturing polygons. Also adds nice helper functions for polygons like calculateArea, triangulate, getRandomPointsInPolygon, getBoundingRect)
moehriegitt/hob3l
100x Faster Slicing of SCAD Files for 3D Printing
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)
d3/d3-geo-polygon
Clipping and geometric operations for spherical polygons.
21re/rust-geo-booleanop
Rust implementation of the Martinez-Rueda Polygon Clipping Algorithm
linuxlewis/tripy
Simple polygon triangulation algorithms in pure python
ErikSom/Clipper2-WASM
WASM port of Clipper 2 for Polygon Clipping and Offsetting
iShape-Rust/iOverlay
Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties.
nickorzha/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
mhdadk/sutherland-hodgman
A differentiable Python implementation of the Sutherland–Hodgman algorithm for clipping polygons in 2D.
engelsjk/polygol
Boolean polygon clipping/overlay operations (union, intersection, difference, xor) on Polygon and MultiPolygon geometry.
dpuyda/triclipper
A header-only library that implements the Vatti clipping algorithm
micycle1/Clipper2-java
Java port of Clipper2, a Polygon Clipping and Offsetting Library
Dan-Patterson/numpy_geometry
A numpy geometry class and functions that work with arcpy and ESRI featureclasses. Includes Free Tools for ArcGIS Pro
drlukeparry/pyclipr
Python Polygon Clipping and Offsetting based on Clipper2 Library
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)
lycantropos/gon
Geometries processing
GokuGhoul/Open-GL
Computer Graphics - Lab assignments
mfogel/geojson-clipping
Apply boolean polygon clipping operations (union, intersection, difference, xor) to Polygons & MultiPolygons in your GeoJSON files.
kudm761/martinez-rueda-php
Martinez algorithm for polygon Boolean operations, PHP library.
sagar0710/Computer-Graphics-Algorithms
Algorithms for Computer Graphics
Sarah-Hesham-2022/ComputerGraphics-Algorithms-With-CPP
Computer Graphics built using Win32 Desktop Applications with C++. Depends on input taken from mouse clicks. Building computer graphics from scratch using mathematical equations and problem solving with C++. Implementing the most famous computer graphics algorithms from scratch.
zarif98sjs/CSE-409-410-Computer-Graphics
Code Repository for Computer Graphics Theory and Sessional!
iShape-Rust/iShape-js
A poly-bool library supports main operations such as union, intersection, difference, xor, and self-intersection.
lycantropos/martinez
Python port of polygon clipping algorithm by F. Martinez et al. (with separate C++ binding)
SumitBamal/Computer-Graphics
Various Computer Graphics Algorithms
toanqng/martinez-rueda
Martinez algorithm for polygon Boolean operations
lycantropos/clipping
Segments & polygons clipping