Uses of Class
raytracer.objects.Surface

Packages that use Surface
raytracer   
raytracer.internal   
raytracer.objects   
 

Uses of Surface in raytracer
 

Methods in raytracer with parameters of type Surface
 void Scene.setObject(Surface s)
           
 

Uses of Surface in raytracer.internal
 

Fields in raytracer.internal declared as Surface
 Surface Hit.surface
           
 

Uses of Surface in raytracer.objects
 

Subclasses of Surface in raytracer.objects
 class Compositum
           
 

Methods in raytracer.objects that return Surface
abstract  Surface Surface.apply(Transformation t)
          Applies a given transformation to this object