delaunator-cpp
delaunator-cpp copied to clipboard
Fixed issue-16
Fixes #16 to prevent infinite recursion when a triangle was previously deleted from hull_next.
Port of fix in original JavaScript https://github.com/mapbox/delaunator/issues/44
It's quite important since the current version gets stuck in an infinite loop for some input data. Please merge this PR, it solves the problem.