#include <Box.h>
Inheritance diagram for Box:

Public Methods | |
| Box ( double length, double width, double height ) | |
| constructor: length along x, width along y, height along z. More... | |
| void | resize ( double length, double width, double height ) |
| resize Box: length along x, width along y, height along z. More... | |
| double | length () const |
| double | width () const |
| double | height () const |
| const Vector& | xhat () const |
| const Vector& | yhat () const |
| const Vector& | zhat () const |
Private Methods | |
| void | constructSurfaces ( double length, double width, double height ) |
Definition at line 16 of file Box.h.
|
|
constructor: length along x, width along y, height along z.
|
|
|
|
|
|
|
|
|
|
|
|
resize Box: length along x, width along y, height along z.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000