19#ifndef HEADER_MESH_TOOLS_HPP
20#define HEADER_MESH_TOOLS_HPP
24 namespace scene {
class IMesh; }
34 void minMax3D(scene::IMesh* mesh,
Vec3* min,
Vec3* max);
A wrapper around bullets btVector3 to include conventient conversion functions (e....
Definition: vec3.hpp:35