Uses of Class
raytracer.internal.Ray

Packages that use Ray
raytracer.internal   
raytracer.objects   
 

Uses of Ray in raytracer.internal
 

Methods in raytracer.internal that return Ray
 Ray Ray.advance(float t)
          Returns a new ray with the same direction but an "advanced" starting point (to avoid numeric problems)
 

Uses of Ray in raytracer.objects
 

Methods in raytracer.objects with parameters of type Ray
 float Surface.intersectRay(Ray ray, float t)
           
abstract  float Surface.intersectRay(Ray ray)
          Calculate the first intersection of a given ray with this object