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

Error: Ran out of precision at #78

Open
bigsu opened this issue Apr 1, 2024 · 1 comment
Open

Error: Ran out of precision at #78

bigsu opened this issue Apr 1, 2024 · 1 comment

Comments

@bigsu
Copy link

bigsu commented Apr 1, 2024

What's this?
triangle.triangulate({"vertices": all_vertices, "segments": all_segments}, "pD")
I attempted to split a segment to a smaller size than can be accommodated by the finite precision of floating point arithmetic.
Try increasing the area criterion and/or reducing the minimum allowable angle so that tiny triangles are not created.

@bigsu
Copy link
Author

bigsu commented May 27, 2024

btw,program crash may be caused by duplicate coordinates

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

No branches or pull requests

1 participant