Uses of Class
graphics.raytracers.tracer.geometry.Ray3d

Packages that use Ray3d
graphics.raytracers.tracer.primatives   
 

Uses of Ray3d in graphics.raytracers.tracer.primatives
 

Methods in graphics.raytracers.tracer.primatives with parameters of type Ray3d
 Isect Sphere.intersect(Ray3d ry)
           
abstract  Isect Primitive.intersect(Ray3d ry)