ttalvitie / tinygeom2dLinks
Tiny 2D Geometry Library
☆30Updated 7 years ago
Alternatives and similar repositories for tinygeom2d
Users that are interested in tinygeom2d are comparing it to the libraries listed below
Sorting:
- A nano spline library in modern C++.☆128Updated last year
- A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes☆148Updated 7 months ago
- C++ 2D geometry library, handles points, lines, polylines, planar transformations (and other primitives), using homogeneous coordinates. …☆135Updated this week
- Templated hierarchical spatial trees designed for high-peformance.☆131Updated last year
- Header only C++ library for decomposing and slicing concave polygons into convex polygons☆74Updated 4 years ago
- Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.☆76Updated 3 years ago
- Curve fitting based on Schneider's algorithm. Written using C++11 and OpenSceneGraph (visualization)☆105Updated 8 years ago
- A really fast C++ library for Delaunay triangulation of 2D points