#include <box.h>
Public Member Functions | |
Box () | |
Box (float x, float y, float z, float w, float h, float d) | |
void | init (float x, float y, float z, float w, float h, float d) |
bool | operator== (const Box &box) |
Public Attributes | |
float | d |
float | h |
float | w |
float | x |
float | y |
float | z |
objtree::Box::Box | ( | ) | [inline] |
objtree::Box::Box | ( | float | x, |
float | y, | ||
float | z, | ||
float | w, | ||
float | h, | ||
float | d | ||
) | [inline] |
void objtree::Box::init | ( | float | x, |
float | y, | ||
float | z, | ||
float | w, | ||
float | h, | ||
float | d | ||
) | [inline] |
float objtree::Box::d |
float objtree::Box::h |
float objtree::Box::w |
float objtree::Box::x |
float objtree::Box::y |
float objtree::Box::z |