org.jzy3d.plot3d.builder.concrete
Class CustomGrid

java.lang.Object
  extended by org.jzy3d.plot3d.builder.Grid
      extended by org.jzy3d.plot3d.builder.concrete.CustomGrid

public class CustomGrid
extends Grid

CustomGrid allows using a specific projection mapping. For debugging purpose.


Field Summary
protected  double[][] coordinates
           
 
Fields inherited from class org.jzy3d.plot3d.builder.Grid
xrange, xsteps, yrange, ysteps
 
Constructor Summary
CustomGrid(double[][] coordinates)
           
 
Method Summary
 List<Coord3d> apply(Mapper mapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coordinates

protected double[][] coordinates
Constructor Detail

CustomGrid

public CustomGrid(double[][] coordinates)
Method Detail

apply

public List<Coord3d> apply(Mapper mapper)
Specified by:
apply in class Grid