You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: