These pages are auto-generated from self-documenting comments embedded
in class files.
For more information on breve and steve, refer to the
breve homepage.
This class is used to create an extruded rectangle. Even though the class is named "Cube", the shapes do not need to be perfect cubes--they can be rectangular solids of all sizes.
Initializes the cube to a rectangular solid with size v.
size refers to the vector from the center to one point, so the for a vector (x, y, z), the actual size of the rectangular solid will be 2*x by 2*y by 2*z.