gov.nasa.worldwind.geom
Class BilinearInterpolator
java.lang.Object
gov.nasa.worldwind.geom.BilinearInterpolator
public class BilinearInterpolator - extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BilinearInterpolator
public BilinearInterpolator(Vec4 ll,
Vec4 lr,
Vec4 ur,
Vec4 ul)
getCorners
public Vec4[] getCorners()
interpolate
public void interpolate(double u,
double v,
double[] compArray)
interpolateAsPoint
public Vec4 interpolateAsPoint(double u,
double v)
|
|