sim.portrayal3d.grid
Class GridCellInfo.DoubleGrid3DW

java.lang.Object
  extended bysim.portrayal3d.grid.GridCellInfo.DoubleGrid3DW
All Implemented Interfaces:
GridCellInfo.Grid
Enclosing class:
GridCellInfo

public class GridCellInfo.DoubleGrid3DW
extends java.lang.Object
implements GridCellInfo.Grid


Constructor Summary
GridCellInfo.DoubleGrid3DW(DoubleGrid3D g)
           
 
Method Summary
 double value(int x, int y, int z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridCellInfo.DoubleGrid3DW

public GridCellInfo.DoubleGrid3DW(DoubleGrid3D g)
Method Detail

value

public double value(int x,
                    int y,
                    int z)
Specified by:
value in interface GridCellInfo.Grid