39 #ifndef GLM_GTX_inertia
40 #define GLM_GTX_inertia GLM_VERSION
45 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
46 # pragma message("GLM: GLM_GTX_inertia extension included")
59 detail::tvec3<T>
const & Scale);
66 detail::tvec3<T>
const & Scale);
105 template <
typename T>
115 #endif//GLM_GTX_inertia
Definition: _detail.hpp:38
detail::tmat4x4< T > sphereInertia4(T const &Mass, T const &Radius)
Definition: inertia.inl:104
Definition: _swizzle.hpp:43
detail::tmat4x4< T > diskInertia4(T const &Mass, T const &Radius)
Definition: inertia.inl:55
detail::tmat3x3< T > sphereInertia3(T const &Mass, T const &Radius)
Definition: inertia.inl:93
detail::tmat4x4< T > boxInertia4(T const &Mass, detail::tvec3< T > const &Scale)
Definition: inertia.inl:28
detail::tmat4x4< T > ballInertia4(T const &Mass, T const &Radius)
Definition: inertia.inl:80
detail::tmat3x3< T > diskInertia3(T const &Mass, T const &Radius)
Definition: inertia.inl:42
detail::tmat3x3< T > boxInertia3(T const &Mass, detail::tvec3< T > const &Scale)
Definition: inertia.inl:14
detail::tmat3x3< T > ballInertia3(T const &Mass, T const &Radius)
Definition: inertia.inl:69