public class AkimaSpline
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected boolean |
dirty |
|
protected double[] |
interpolatedDy |
|
protected double[] |
interpolatedY |
|
protected double[] |
m |
|
protected double[] |
t |
|
protected double[] |
x |
|
protected double[] |
y |
Constructor | Description |
---|---|
AkimaSpline() |
Modifier and Type | Method | Description |
---|---|---|
double[] |
doInterpolation(double[] interpolatedX) |
|
double[] |
doInterpolationDy(double[] interpolatedX) |
|
static void |
main(java.lang.String[] args) |
|
void |
markDirty() |
|
void |
setInputData(double[] x,
double[] y) |
protected double[] m
protected double[] t
protected double[] x
protected double[] y
protected double[] interpolatedY
protected double[] interpolatedDy
protected boolean dirty
public double[] doInterpolation(double[] interpolatedX)
public double[] doInterpolationDy(double[] interpolatedX)
public static void main(java.lang.String[] args)
public void markDirty()
public void setInputData(double[] x, double[] y)