|
inlib
1.2.0
|

Go to the source code of this file.
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
Defines | |
| #define | inlib_box_3f |
Functions | |
| void | inlib::box3f_make_empty (float &a_mn_x, float &a_mn_y, float &a_mn_z, float &a_mx_x, float &a_mx_y, float &a_mx_z) |
| void | inlib::box3f_extend_by (float &a_mn_x, float &a_mn_y, float &a_mn_z, float &a_mx_x, float &a_mx_y, float &a_mx_z, float a_x, float a_y, float a_z) |
| bool | inlib::box3f_is_empty (float a_mn_x, float a_mx_x) |
1.7.5.1