Reduce GEOMETRIC_EPSILON again.

Reverting daaf625ebd
This commit is contained in:
Jürg Lehni 2016-01-04 12:53:30 +01:00
parent e79fefce96
commit bcf000788e

View file

@ -103,7 +103,7 @@ var Numerical = new function() {
* The epsilon to be used when performing "geometric" checks, such as
* distances between points and lines.
*/
GEOMETRIC_EPSILON: 4e-7, // NOTE: 2e-7 doesn't work in some edge-cases!
GEOMETRIC_EPSILON: 2e-7,
/**
* The epsilon to be used when performing winding contribution checks.
*/