public static class Spline.ControlVector
extends java.lang.Object
Each element in each array represents the value of the derivative at the index. For example, the value of x[2] is the second derivative in the x dimension.
Constructor and Description |
---|
ControlVector(double[] x,
double[] y)
Instantiates a control vector.
|