TABLE OF CONTENTS
- 1. Cargo/Box
- 1.1. Box/RectangularBox
- 1.2. Box/RectangularBox::volume
- 1.3. Box/SquareBox
- 1.4. Box/SquareBox::side
- 1.5. Box/SquareBox::volume
Cargo/Box [ Classes ]
FUNCTION
A box that can be packed into truck. Several other classes are derived from Box.
Box
|
+---- SquareBox
|
+---- RectangularBox