Uses of Package
model

Packages that use model
model   
preditor   
viewer   
 

Classes in model used by model
ComplexObject
           
IDList
          Maintains unique IDs for each object in a model/complex object.
Matrix4x4f
          Matrix4x4f is a 4x4 matrix of floats.
Model
          The overarching class that stores the entire model in memory.
ModelFile
          Used by Model for easy file I/O.
ObjectType
          Stores the type of a particular 3d object.
ObjectType.ObjType
          These are all the ObjectTypes supported by the program.
PrimitiveHalfCube
          This is essentially a cube cut diagonally across two axes, forming a "roof" object
PrimitiveObject
          The base class all PrimitiveObjects extend.
PriorityList
          Organizes the gl lists used for drawing all the objects in the model.
Transformation
          Keeps track of the transformations made in terms of scale, rotation, and translation, as well as maintaining a transformation matrix.
Vector3d
          A 3d vector used to calculate cross-products for normal vectors.
 

Classes in model used by preditor
ComplexObject
           
Model
          The overarching class that stores the entire model in memory.
Transformation
          Keeps track of the transformations made in terms of scale, rotation, and translation, as well as maintaining a transformation matrix.
 

Classes in model used by viewer
Model
          The overarching class that stores the entire model in memory.