Uses of Class
model.PrimitiveObject

Packages that use PrimitiveObject
model   
 

Uses of PrimitiveObject in model
 

Subclasses of PrimitiveObject in model
 class PrimitiveCone
           
 class PrimitiveCube
           
 class PrimitiveCylinder
           
 class PrimitiveHalfCube
          This is essentially a cube cut diagonally across two axes, forming a "roof" object
 class PrimitiveHalfCylinderWall
           
 class PrimitivePyramid
          A simple pyramid with a rectangular base.
 class PrimitiveRoof
          Extending PrimitiveHalfCube, PrimitiveRoof just initializes the class with different values for the vertices, faces, and normal vectors.
 class PrimitiveSphere
          A simple sphere class, using gluQuadric.
 class PrimitiveThickHalfCylinderWall
          Draws a HalfCylinderWall extended in the z direction to form a prism.