public class ParabolicInterpolation
extends java.lang.Object
Constructor and Description |
---|
ParabolicInterpolation() |
Modifier and Type | Method and Description |
---|---|
double |
interpolate(double t,
double[] x) |
static void |
main(java.lang.String[] args) |
void |
printTime() |
void |
setTimeofKnots(double t0,
double t1,
double t2) |