Skip to content

Releases: delfrrr/delaunator-cpp

parity with delaunator@3.0.1

26 Sep 07:53
Compare
Choose a tag to compare
  • mprove numerical robustness
  • make sure hash doesn't change size

Parity with JS delaunator@2.0.3

21 Sep 05:05
Compare
Choose a tag to compare
  • 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

12 Sep 08:20
5ba668d
Compare
Choose a tag to compare

Many thanks to @flippmoke

Initial release

29 Aug 06:10
Compare
Choose a tag to compare
  • 2D Delaunay Triangulation implementation src/delaunator.h src/delaunator.cpp
  • Triangulation of GeoJson points src/triangulate.cpp