mathematik
Class Ray3f

java.lang.Object
  extended by mathematik.Ray3f
All Implemented Interfaces:
java.io.Serializable

public class Ray3f
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 Vector3f direction
           
 Vector3f origin
           
 
Constructor Summary
Ray3f()
           
Ray3f(Vector3f theOrigin, Vector3f theDirection)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

origin

public Vector3f origin

direction

public Vector3f direction
Constructor Detail

Ray3f

public Ray3f()

Ray3f

public Ray3f(Vector3f theOrigin,
             Vector3f theDirection)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009