|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinearInterpolator | |
---|---|
com.metsci.glimpse.util.math | Fast, approximate mathematical function implementations. |
Uses of LinearInterpolator in com.metsci.glimpse.util.math |
---|
Methods in com.metsci.glimpse.util.math that return LinearInterpolator | |
---|---|
static LinearInterpolator |
LinearInterpolator.createFromArrays(double[] x,
double[] y)
Arrays should be arranged so that x[k] corresponds to y[k] for all k. |
static LinearInterpolator |
LinearInterpolator.parseLinearInterpolator(java.lang.String function)
Creates a LinearInterpolator from a String
describing the points. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |