diff --git a/src/util/Numerical.js b/src/util/Numerical.js index fe04af0e..f3501c1c 100644 --- a/src/util/Numerical.js +++ b/src/util/Numerical.js @@ -106,7 +106,7 @@ var Numerical = new function() { * collinearity. This value is somewhat arbitrary and was chosen by * trial and error. */ - GEOMETRIC_EPSILON: 1e-6, + GEOMETRIC_EPSILON: 1e-7, /** * The epsilon to be used when performing "trigonometric" checks, such * as examining cross products to check for collinearity. This value is