public abstract class Grid extends Object
protected Range
xrange
protected int
xsteps
yrange
ysteps
Grid(Range xyrange, int xysteps)
Grid(Range xrange, int xsteps, Range yrange, int ysteps)
abstract List<Coord3d>
apply(Mapper mapper)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Range xrange
protected Range yrange
protected int xsteps
protected int ysteps
public Grid(Range xyrange, int xysteps)
public Grid(Range xrange, int xsteps, Range yrange, int ysteps)
public abstract List<Coord3d> apply(Mapper mapper)
Copyright © 2016. All rights reserved.