Ray Class Reference

#include <Ray.h>

List of all members.

Public Member Functions

 Ray (Vector pos, Vector dir)
float intersection (Volume *v)
Vector intersectionPoint ()
Vector getCurrent ()
void advance (float t)

Public Attributes

Vector mPos
Vector mDir
float t


Detailed Description

Class representing a Ray


Member Function Documentation

void Ray::advance float  t  ) 
 

Returns the Current Position of the Ray Advances the Ray for t steps

float Ray::intersection Volume v  ) 
 

Deprecated function

Vector Ray::intersectionPoint  ) 
 

Returns the Value of the Intersection Point, if no intersection occurs, then Vector(-1,-1,-1)


The documentation for this class was generated from the following files:
Generated on Wed Dec 7 14:42:12 2005 for VisUE by  doxygen 1.4.5