Make GEOMETRIC_EPSILON so that overlap edge-cases are correctly matched.

Relates to #784
This commit is contained in:
Jürg Lehni 2015-10-01 20:45:08 -05:00
parent 9b883e5fb6
commit 4b4ccbac09

View file

@ -93,7 +93,7 @@ var Numerical = new function() {
* collinearity. This value is somewhat arbitrary and was chosen by
* trial and error.
*/
GEOMETRIC_EPSILON: 1e-7,
GEOMETRIC_EPSILON: 1e-6,
/**
* The epsilon to be used when performing "trigonometric" checks, such
* as examining cross products to check for collinearity. This value is