NASA World Wind

gov.nasa.worldwind.util
Class ImageInterpolator.ContainingCell

java.lang.Object
  extended by gov.nasa.worldwind.util.ImageInterpolator.ContainingCell
Enclosing class:
ImageInterpolator

public static class ImageInterpolator.ContainingCell
extends Object


Field Summary
 int[] fieldIndices
           
 int m0
           
 int m1
           
 float maxx
           
 float maxy
           
 float minx
           
 float miny
           
 int n0
           
 int n1
           
 double[] uv
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldIndices

public final int[] fieldIndices

m0

public final int m0

m1

public final int m1

maxx

public final float maxx

maxy

public final float maxy

minx

public final float minx

miny

public final float miny

n0

public final int n0

n1

public final int n1

uv

public final double[] uv

NASA World Wind