Uses of Class
com.quinncurtis.chart3djava.SurfaceFunction

Uses of SurfaceFunction in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava with parameters of type SurfaceFunction
 void Polysurface.createPolysurfaceFunction(int rows, int columns, double x1, double y1, double x2, double y2, SurfaceFunction sf)
          Evaluate the polysurface function across the x and y range using an evenly spaced grid.
 

Constructors in com.quinncurtis.chart3djava with parameters of type SurfaceFunction
ContourDataset(java.lang.String sname, int rows, int columns, double x1, double y1, double x2, double y2, SurfaceFunction sf)
          This constructor creates a new ContourDataset object that will be placed in the specified coordinate system.
Polysurface(int rows, int columns, double x1, double y1, double x2, double y2, SurfaceFunction sf)
          Constructor initializes a evenly spaced grid polysurface using a function.