Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue-16 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed issue-16 #32

wants to merge 1 commit into from

Conversation

esilvia
Copy link

@esilvia esilvia commented Nov 4, 2020

Fixes #16 to prevent infinite recursion when a triangle was previously deleted from hull_next.

Port of fix in original JavaScript mapbox/delaunator#44

Fixes delfrrr#16 to prevent infinite recursion when a triangle was previously deleted from hull_next.

Port of fix in original JavaScript mapbox/delaunator#44
@miloszmaki
Copy link

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.

@Quietliz
Copy link

Quietliz commented Sep 1, 2024

Fixes #16 to prevent infinite recursion when a triangle was previously deleted from hull_next.

Port of fix in original JavaScript mapbox/delaunator#44

@esilvia Why do you konw occur infinite recursion when a triangle was previously deleted from hull_next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Infinite loop with some input coordinates
3 participants