org.jzy3d.plot3d.builder
Class Grid
java.lang.Object
org.jzy3d.plot3d.builder.Grid
- Direct Known Subclasses:
- CustomGrid, OrthonormalGrid
public abstract class Grid
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xrange
protected Range xrange
yrange
protected Range yrange
xsteps
protected int xsteps
ysteps
protected int ysteps
Grid
public Grid(Range xyrange,
int xysteps)
Grid
public Grid(Range xrange,
int xsteps,
Range yrange,
int ysteps)
apply
public abstract List<Coord3d> apply(Mapper mapper)
Copyright © 2013. All rights reserved.