NASA World Wind

gov.nasa.worldwind.geom
Class BilinearInterpolator

java.lang.Object
  extended by gov.nasa.worldwind.geom.BilinearInterpolator

public class BilinearInterpolator
extends Object


Constructor Summary
BilinearInterpolator(Vec4 ll, Vec4 lr, Vec4 ur, Vec4 ul)
           
 
Method Summary
 Vec4[] getCorners()
           
 void interpolate(double u, double v, double[] compArray)
           
 Vec4 interpolateAsPoint(double u, double v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BilinearInterpolator

public BilinearInterpolator(Vec4 ll,
                            Vec4 lr,
                            Vec4 ur,
                            Vec4 ul)
Method Detail

getCorners

public Vec4[] getCorners()

interpolate

public void interpolate(double u,
                        double v,
                        double[] compArray)

interpolateAsPoint

public Vec4 interpolateAsPoint(double u,
                               double v)

NASA World Wind