|
NASA World Wind | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.worldwind.geom.BilinearInterpolator
public class BilinearInterpolator
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 |
---|
public BilinearInterpolator(Vec4 ll, Vec4 lr, Vec4 ur, Vec4 ul)
Method Detail |
---|
public Vec4[] getCorners()
public void interpolate(double u, double v, double[] compArray)
public Vec4 interpolateAsPoint(double u, double v)
|
NASA World Wind | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |