org.jcae.viewer3d.fd
Class GridUtil

java.lang.Object
  extended by org.jcae.viewer3d.fd.GridUtil

public class GridUtil
extends java.lang.Object


Constructor Summary
GridUtil(FDProvider aFDProvider)
           
 
Method Summary
 int getXCellIndex(double p)
           
 int getYCellIndex(double p)
           
 int getZCellIndex(double p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridUtil

public GridUtil(FDProvider aFDProvider)
Method Detail

getXCellIndex

public int getXCellIndex(double p)

getYCellIndex

public int getYCellIndex(double p)

getZCellIndex

public int getZCellIndex(double p)