public class ArcCurveFit extends CurveFit
| Modifier and Type | Field and Description |
|---|---|
static int |
ARC_START_FLIP |
static int |
ARC_START_HORIZONTAL |
static int |
ARC_START_LINEAR |
static int |
ARC_START_VERTICAL |
| Constructor and Description |
|---|
ArcCurveFit(int[] arcModes,
double[] time,
double[][] y) |
| Modifier and Type | Method and Description |
|---|---|
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 static final int ARC_START_VERTICAL
public static final int ARC_START_HORIZONTAL
public static final int ARC_START_FLIP
public static final int ARC_START_LINEAR
public double[] getTimePoints()
getTimePoints in class CurveFit