We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Points distributed in a square pattern now have an incorrect hull (left side is v1 delaunator-rs, and right side is the latest delaunator js):
Here's the result for v0.2.1 that shows the hull matched the js result
Likely a regression from the robust checks.
The text was updated successfully, but these errors were encountered:
Here's the smallest repro I found far.
Sorry, something went wrong.
Fixes invalid hull on collinear points
a40b6c0
Fixes #24
Fixes invalid hull on collinear points (#25)
81e58c6
Successfully merging a pull request may close this issue.
Points distributed in a square pattern now have an incorrect hull (left side is v1 delaunator-rs, and right side is the latest delaunator js):
Here's the result for v0.2.1 that shows the hull matched the js result
Likely a regression from the robust checks.
The text was updated successfully, but these errors were encountered: