Lower geometric epsilon.

Differences slightly above 1e-8 where observed.
This commit is contained in:
Jürg Lehni 2015-09-21 10:54:17 -04:00
parent 812ac63e60
commit ce95043e99

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-8,
GEOMETRIC_EPSILON: 1e-7,
/**
* MACHINE_EPSILON for a double precision (Javascript Number) is
* 2.220446049250313e-16. (try this in the js console)