mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-07 21:08:33 -06:00
Solve a problem with precision errors related to the step size being too small
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
protected:
|
||||
void initParameterIntervals();
|
||||
|
||||
double approximatedDerivative(double u, double h = 1E-7);
|
||||
double approximatedDerivative(double u, double h = 0.0001);
|
||||
double arcLength(double limit = 1.0);
|
||||
double arcLength(double lowerLimit, double upperLimit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user