TABLE OF CONTENTS
- 1. TruckPacker/Cargo
- 1.1. Cargo/Box
- 1.1.1. Box/RectangularBox
- 1.1.2. Box/RectangularBox::volume
- 1.1.3. Box/SquareBox
- 1.1.4. Box/SquareBox::side
- 1.1.5. Box/SquareBox::volume
TruckPacker/Cargo [ Modules ]
[ Top ] [ TruckPacker ] [ Modules ]
FUNCTION
The Cargo module consist of a number of classes that represent that cargo that can be loaded into a truck. The most important one is Box.