$search
Definition of a box. More...
#include <shapes.h>
Public Member Functions | |
Box (double x, double y, double z) | |
Box (void) | |
Public Attributes | |
double | size [3] |
x, y, z |
Definition of a box.
Definition at line 128 of file shapes.h.
double shapes::Box::size[3] |