|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRayIntervals
public class RayIntervals
This class can contain a Ray3D
together with a number of
Interval1D
s. This tuple represents a collection of intervals
along the ray. The intervals should be defined in terms of the parameter
of the ray.
Constructor Summary | |
---|---|
RayIntervals()
Creates an empty RayIntervals |
|
RayIntervals(Ray3D ray)
Creates a new RayIntervals object and sets its ray
to the supplied one. |
Method Summary | |
---|---|
java.util.Vector |
getIntervals()
Returns the current intervals along the ray. |
Ray3D |
getRay()
Returns the current ray. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RayIntervals()
RayIntervals
public RayIntervals(Ray3D ray)
RayIntervals
object and sets its ray
to the supplied one.
ray
- the new ray.Method Detail |
---|
public Ray3D getRay()
public java.util.Vector getIntervals()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |