Releases: delfrrr/delaunator-cpp
Releases · delfrrr/delaunator-cpp
parity with [email protected]
Parity with JS [email protected]
- fix rare race condition that produces corrupt halfedges
- improve perf on certain kinds of input
- fix race condition that produced broken triangulation
- more benchmarks
Switching to header-only library
- header-only library based on https://github.com/mapbox/hpp-skel
- unit tests
- benchmarks
- clang-format
Many thanks to @flippmoke
Initial release
- 2D Delaunay Triangulation implementation
src/delaunator.h
src/delaunator.cpp
- Triangulation of GeoJson points
src/triangulate.cpp