Uses of Class
Shape

Uses of Shape in <Unnamed>
 

Subclasses of Shape in <Unnamed>
 class Box
          Represents a 6-sided box.
 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 Plane
          A class representing a plane.
 class Polygon
          A class representing a polygon.
 class Sphere
          A class representing a sphere.
 

Fields in <Unnamed> declared as Shape
 Shape Intersection.shape
          The shape intersected, or null if time == NoIntersection
 

Methods in <Unnamed> that return types with arguments of type Shape
 java.util.ArrayList<Shape> Scene.getShapes()
          Returns the shapes in the scene.
 

Constructors in <Unnamed> with parameters of type Shape
Intersection(double time, Shape shape)