delaunator-cpp icon indicating copy to clipboard operation
delaunator-cpp copied to clipboard

Fixed issue-16

Open esilvia opened this issue 5 years ago • 2 comments

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

esilvia avatar Nov 04 '20 00:11 esilvia

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.

miloszmaki avatar Oct 13 '21 21:10 miloszmaki