polypartition
Polygon partitioning library
A lightweight C++ library for polygon partition and triangulation with various algorithms
Tiny Polygon Partitioning and Triangulation Library
661 stars
29 watching
117 forks
Language: C++
last commit: 4 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
baddstats/polyclip | A R package implementing a C++ polygon clipping algorithm | 19 |
tudelft3d/pprepair | A tool for validating and automatically repairing planar partitions of polygons in 2D space. | 58 |
pmp-library/pmp-library | A C++ library for processing and visualizing polygon surface meshes | 1,319 |
shuoli84/poly2tri-rs | A Rust port of a C++ library for calculating Constrained Delaunay Triangulation on polygons | 15 |
platonovivan/polyunpack | An implementation of the PolyUnpack algorithm in C++ | 12 |
mapbox/polylabel | An algorithm for finding the most distant internal point of a polygon from its outline, useful for labeling | 1,437 |
d3/d3-geo-polygon | Provides tools for manipulating and projecting spherical polygons on the surface of the Earth | 113 |
jbuckmccready/cavalier_contours | A 2D polyline library with functions for offsetting, combining, etc., designed for fast and portable performance. | 150 |
polymathorg/polymath | A Pharo-based scientific computing library providing advanced numerical methods and algorithms | 170 |
ron4fun/bigintegercpp | A C++11 implementation of a large integer library for efficient and clean arithmetic operations on arbitrary-precision integers | 33 |
mapbox/earcut.hpp | A fast and efficient polygon triangulation algorithm with support for complex shapes and holes | 862 |
liangliangnan/polyfit | Reconstructs 3D polygonal surfaces from point clouds using hypothesis and selection based methods | 719 |
pfirsich/kaun | A Lua module for 3D graphics intended to provide a low-level API for abstracting away OpenGL details and enabling advanced techniques without the need for significant modifications to an existing game engine. | 7 |
mapbox/earcut | A fast and small JavaScript polygon triangulation library for WebGL applications. | 2,210 |
cj-holmes/split-polygon-art | An R project that generates split polygons using spatial libraries | 17 |