-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use robust orient2d
predicate
#14
Comments
Thanks for the comment and apologies about the confusion. The readme has been updated now. Hope we can get this improved to use the exact predicates sometime soon! |
https://github.com/vchuravy/AdaptivePredicates.jl/ covers the same surface as that JS library, so Delaunator could use that... |
Oh that's nice! I really would rather avoiding StaticArrays as a dependency -- and indeed, any dependencies at all :) Let me take a look at what it'd take to modify it to get to a point where we could use this. |
FYI @dgleich The rest of https://github.com/JuliaGeometry/AdaptivePredicates.jl has been ported over now in case you are interested on using it for |
From the project's README:
This behavior no longer mirrors Delaunator in JS — the latter is using robust orient2d predicate as of v4 (see mapbox/delaunator#68) to guarantee robust triangulation.
The text was updated successfully, but these errors were encountered: