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 steps will reproduce the problem?
1. in python/cython version, trying to filter points that are closest than
EPSILON before sending to poly2tri.
2. EPSILON is not exported from the lib.
What is the expected output? What do you see instead?
Expected to have a read-only value for EPSILON.
A bad guess for EPSILON will either cause a crash if it's too low or will be to
restrictive if it's too high.
What version of the product are you using? On what operating system?
Ubuntu 14.04 / Python 2.7
Original issue reported on code.google.com by [email protected] on 5 May 2015 at 9:37
The text was updated successfully, but these errors were encountered:
For the Java version I picked the EPSILON 1e-12 assuming input points would be
in the range -1 to 1.
For decent robustness they should also be rounded to 10 decimals.
Original issue reported on code.google.com by
[email protected]
on 5 May 2015 at 9:37The text was updated successfully, but these errors were encountered: