Introduce CURVETIME_EPSILON, to be used when handling curve time parameters.

Relates to 
This commit is contained in:
Jürg Lehni 2015-09-12 22:55:58 +02:00
parent 4f04dae20f
commit d62caf6faa
6 changed files with 55 additions and 51 deletions
src/util

View file

@ -81,6 +81,7 @@ var Numerical = new function() {
* range (see MACHINE_EPSILON).
*/
EPSILON: EPSILON,
CURVETIME_EPSILON: 1e-6,
GEOMETRIC_EPSILON: 1e-9,
/**
* MACHINE_EPSILON for a double precision (Javascript Number) is