public class MonotonicCurveFit extends CurveFit
| Constructor and Description |
|---|
MonotonicCurveFit(double[] time,
double[][] y) |
| Modifier and Type | Method and Description |
|---|---|
static MonotonicCurveFit |
buildWave(java.lang.String configString)
This builds a monotonic spline to be used as a wave function
|
void |
getPos(double t,
double[] v) |
void |
getPos(double t,
float[] v) |
double |
getPos(double t,
int j) |
void |
getSlope(double t,
double[] v) |
double |
getSlope(double t,
int j) |
double[] |
getTimePoints() |
public double[] getTimePoints()
getTimePoints in class CurveFitpublic static MonotonicCurveFit buildWave(java.lang.String configString)
configString -