Uses of Interface
Persistent

Uses of Persistent in <Unnamed>
 

Classes in <Unnamed> that implement Persistent
 class Air
          A class representing the medium through which a traced ray travels when not inside an object.
 class Box
          Represents a 6-sided box.
 class Camera
          A simple camera class for specifying the view into the scene.
 class Ellipsoid
          Represents an ellipsoid An {code Ellipsoid} is specified by an origin point and a vector for each of it's semi-axes.
 class Light
          A class representing a light.
 class Plane
          A class representing a plane.
 class Polygon
          A class representing a polygon.
 class Shape
          An abstract class that provides an interface for manipulating different shapes.
 class Sphere
          A class representing a sphere.