org.jzy3d.plot3d.builder.concrete
Class RingGrid
java.lang.Object
org.jzy3d.plot3d.builder.Grid
org.jzy3d.plot3d.builder.concrete.OrthonormalGrid
org.jzy3d.plot3d.builder.concrete.RingGrid
public class RingGrid
- extends OrthonormalGrid
Constructor Summary |
RingGrid(double radius,
int xysteps)
|
RingGrid(double radius,
int xysteps,
int enlargeSteps)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sqradius
protected double sqradius
ENLARGE_STEP
protected static final int ENLARGE_STEP
- See Also:
- Constant Field Values
RingGrid
public RingGrid(double radius,
int xysteps)
RingGrid
public RingGrid(double radius,
int xysteps,
int enlargeSteps)
apply
public List<Coord3d> apply(Mapper mapper)
- Overrides:
apply
in class OrthonormalGrid
Copyright © 2013. All rights reserved.