gov.nasa.worldwind.util
Class ImageInterpolator
java.lang.Object
gov.nasa.worldwind.util.ImageInterpolator
public class ImageInterpolator - extends Object
Provides searching and interpolation of a grid of scalars.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageInterpolator
public ImageInterpolator(Dimension gridSize,
float[] xs,
float[] ys,
int depth,
int cellSize)
findContainingCell
public ImageInterpolator.ContainingCell findContainingCell(float x,
float y)
index
public int index(int i,
int j)
|
|