|
| box3f () |
|
virtual | ~box3f () |
|
| box3f (const box3f &a_from) |
|
box3f & | operator= (const box3f &a_from) |
|
void | make_empty () |
|
bool | get_cube_size (float &a_dx, float &a_dy, float &a_dz) const |
|
| box3 (const box3 &a_from) |
|
virtual | ~box3 () |
|
box3 & | operator= (const box3 &a_from) |
|
bool | center (vec3f &a_center) const |
|
bool | set_bounds (const vec3f &a_mn, const vec3f &a_mx) |
|
bool | set_bounds (T_t a_mn_x, T_t a_mn_y, T_t a_mn_z, T_t a_mx_x, T_t a_mx_y, T_t a_mx_z) |
|
bool | get_size (T_t &a_dx, T_t &a_dy, T_t &a_dz) const |
|
bool | is_empty () const |
|
const vec3f & | mn () const |
|
const vec3f & | mx () const |
|
bool | back (vec3f &a_min, vec3f &a_min_y, vec3f &a_min_xy, vec3f &a_min_x) const |
|
bool | front (vec3f &a_max, vec3f &a_max_x, vec3f &a_max_xy, vec3f &a_max_y) const |
|
void | extend_by (const vec3f &a_point) |
|
void | extend_by (T_t a_x, T_t a_y, T_t a_z) |
|
bool | get_cube_size (T_t &a_dx, T_t &a_dy, T_t &a_dz, T_t(*a_sqrt)(T_t)) const |
|
void | dump (std::ostream &a_out) |
|
Definition at line 13 of file box3f.