anl.aida.viz3d
Class Ray3f

java.lang.Object
  extended by anl.aida.viz3d.Ray3f

public class Ray3f
extends java.lang.Object


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

origin

private javax.vecmath.Point3f origin

direction

private javax.vecmath.Vector3f direction
Constructor Detail

Ray3f

public Ray3f(javax.vecmath.Point3f origin,
             javax.vecmath.Vector3f direction)
Parameters:
origin -
direction -
Method Detail

getOrigin

public javax.vecmath.Point3f getOrigin()
Returns:
the origin

getDirection

public javax.vecmath.Vector3f getDirection()
Returns:
the direction