|
Class Summary |
| Axes |
This will display a trio of coordinate axes centered at
the origin. |
| BoxObj |
This will create a box of size 1.0 in all directions with its center, bottom at
the origin and aligned with the axes. |
| Color |
This is a color representation using floating point
values between 0.0 (dark) and 1.0 (fully lit) for red, green and blue. |
| ConeObj |
This is a cone object that is 1.0 high in the Y direction
with a base radius of 1.0 and the origin in the center of the base. |
| CylinderObj |
This will create a cylinder that is 1.0 high in the Y direction
with a base radius of 1.0 and the origin in the center of the base. |
| Floor |
This creates a very thin flat object that is positioned so that its top
is at the origin in Y. |
| GroupObj |
This is a group of parts. |
| Obj3D |
This is a super class of all 3D objects that can
be placed in the scene of a Win3D
or as a part in a GroupObj. |
| PropertyContainer |
This is the super class for objects that
have properties. |
| SphereObj |
This will create a sphere of radius 1.0 with the origin at its center. |
| Tell |
Contains a variety of methods for interactively
presenting information to the user. |
| Win3D |
This creates an instance of a 3D window on the
screen. |