public class CubicSpline
extends java.lang.Object
| Constructor and Description | 
|---|
| CubicSpline() | 
| Modifier and Type | Method and Description | 
|---|---|
| static double | interpolate(double[] p,
           double[] ptimes,
           double t) | 
| static double | interpolate(int firstDerivative,
           double[] p,
           double[] ptimes,
           double t) | 
| static void | printHermite()The eval method evaluates a point on a curve given a parametric value "t". | 
public static void printHermite()
public static double interpolate(double[] p,
                                 double[] ptimes,
                                 double t)
public static double interpolate(int firstDerivative,
                                 double[] p,
                                 double[] ptimes,
                                 double t)