Path Tracer
Public Member Functions | Public Attributes | List of all members
ptracey::ray Class Reference

Public Member Functions

 ray (const point3 &o, const vec3 &d)
 
 ray (const point3 &o, const vec3 &d, Real time, WaveLength wl)
 
point3 origin () const
 
vec3 direction () const
 
WaveLength wavelength () const
 
Real time () const
 
point3 at (Real t) const
 

Public Attributes

point3 orig
 
vec3 dir
 
Real tm
 
WaveLength wlength
 

The documentation for this class was generated from the following file: