Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Ray Class Reference

Class representing a ray in 3D space. More...

#include <ray.h>

List of all members.

Public Member Functions

 Ray ()
 Default Constructor.
 Ray (const Point &o, const Vector &d, float mint=0.001f, float maxt=INF)
 Constructor initializing the ray's origin and direction, and optionally the time parameters.
 ~Ray ()
 Destructor.

Public Attributes

Point orig
 Origin of ray.
Vector dir
 Direction of ray.
float minT
 Start time of ray.
float maxT
 End time of ray.


Detailed Description

Class representing a ray in 3D space.


The documentation for this class was generated from the following file:
Generated on Tue Mar 14 09:46:42 2006 for ASR by  doxygen 1.4.4