|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.viz3d.Ray3f
public class Ray3f
Field Summary | |
---|---|
private javax.vecmath.Vector3f |
direction
|
private javax.vecmath.Point3f |
origin
|
Constructor Summary | |
---|---|
Ray3f(javax.vecmath.Point3f origin,
javax.vecmath.Vector3f direction)
|
Method Summary | |
---|---|
javax.vecmath.Vector3f |
getDirection()
|
javax.vecmath.Point3f |
getOrigin()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private javax.vecmath.Point3f origin
private javax.vecmath.Vector3f direction
Constructor Detail |
---|
public Ray3f(javax.vecmath.Point3f origin, javax.vecmath.Vector3f direction)
origin
- direction
- Method Detail |
---|
public javax.vecmath.Point3f getOrigin()
public javax.vecmath.Vector3f getDirection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |