graphics.raytracers.tracer.geometry
Class Ray3d
java.lang.Object
   graphics.raytracers.tracer.geometry.Ray3d
graphics.raytracers.tracer.geometry.Ray3d
- public final class Ray3d 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
Ray3d
public Ray3d(Vector3d pnt,
             Vector3d dir)
Ray3d
public Ray3d()
point
public Vector3d point(double t)
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
getStartPoint
public Vector3d getStartPoint()
- 
 
setStartPoint
public void setStartPoint(Vector3d p)
- 
 
getDirection
public Vector3d getDirection()
- 
 
setDirection
public void setDirection(Vector3d d)
-