Utility classes and functions for scripting. More...
Classes | |
| class | Box |
Functions | |
| Box * | GetBoundingBox (Mesh *param) |
| Returns the bounding box of the specified mesh. More... | |
Utility classes and functions for scripting.
| class Box |
Public Member Functions | |
| void | set_min (const Vec3d *param) |
| void | set_max (const Vec3d *param) |
| void | local_to_global (const Vec3d *param, Vec3d *param) |
| void | global_to_local (const Vec3d *param, Vec3d *param) |
| const Vec3d * | min () |
| const Vec3d * | max () |