|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Ray
Ray stores a ray origin point and direction vector.
Field Summary | |
Vector |
Direction
Holds the ray direction |
Point |
Origin
Holds the ray origin |
Method Summary | |
Point |
getPointAt(double t)
Get a point along a ray. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public Point Origin
public Vector Direction
Method Detail |
public Point getPointAt(double t)
the
- distance along the ray of the point
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |