Definition of a box Aligned with the XYZ axes.
More...
#include <shapes.h>
Definition of a box Aligned with the XYZ axes.
Definition at line 174 of file shapes.h.
shapes::Box::Box |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
Shape * shapes::Box::clone |
( |
| ) |
const |
|
virtual |
void shapes::Box::print |
( |
std::ostream & |
out = std::cout | ) |
const |
|
virtual |
void shapes::Box::scaleAndPadd |
( |
double |
scale, |
|
|
double |
padd |
|
) |
| |
|
virtual |
double shapes::Box::size[3] |
x, y, z dimensions of the box (axis-aligned)
Definition at line 188 of file shapes.h.
const std::string shapes::Box::STRING_NAME = "box" |
|
static |
The type of the shape, as a string.
Definition at line 181 of file shapes.h.
The documentation for this class was generated from the following files: