Class Ray2f

  • All Implemented Interfaces:
    java.io.Serializable

    public class Ray2f
    extends java.lang.Object
    implements java.io.Serializable
    The ray is represented as P+t*D, where P is the ray origin, D is a unit-length direction vector, and t >= 0. The user must ensure that the direction vector satisfies this condition.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait