All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----pmr.euclid.Status | +----pmr.euclid.Real3Range
Real3Range - 3-D double limits
Contains 3 RealRanges. Can therefore be used to describe 3-dimensional limits (e.g. axes of 3-D graphs, boxes in graphics, limits of a molecule, etc.)
Default is three invalid RealRange components.
public Real3Range()
public Real3Range(RealRange xr,
RealRange yr,
RealRange zr)
public Real3Range(Real3Range r)
public boolean equals(Real3Range r3)
public Real3Range plus(Real3Range r3)
public RealRange getXRange()
public RealRange getYRange()
public RealRange getZRange()
public void add(Choice3 ax,
double value)
protected void add(int axis,
double value)
public boolean includes(Point3 p)
public void add(Point3 p)
publicString toString()
All Packages Class Hierarchy This Package Previous Next Index