Flow Visualisation
|
Namespaces | |
glm | |
Functions | |
template<typename T > | |
GLM_FUNC_QUALIFIER detail::tmat3x3< T > | glm::boxInertia3 (T const &Mass, detail::tvec3< T > const &Scale) |
template<typename T > | |
GLM_FUNC_QUALIFIER detail::tmat4x4< T > | glm::boxInertia4 (T const &Mass, detail::tvec3< T > const &Scale) |
template<typename T > | |
GLM_FUNC_QUALIFIER detail::tmat3x3< T > | glm::diskInertia3 (T const &Mass, T const &Radius) |
template<typename T > | |
GLM_FUNC_QUALIFIER detail::tmat4x4< T > | glm::diskInertia4 (T const &Mass, T const &Radius) |
template<typename T > | |
GLM_FUNC_QUALIFIER detail::tmat3x3< T > | glm::ballInertia3 (T const &Mass, T const &Radius) |
template<typename T > | |
GLM_FUNC_QUALIFIER detail::tmat4x4< T > | glm::ballInertia4 (T const &Mass, T const &Radius) |
template<typename T > | |
GLM_FUNC_QUALIFIER detail::tmat3x3< T > | glm::sphereInertia3 (T const &Mass, T const &Radius) |
template<typename T > | |
GLM_FUNC_QUALIFIER detail::tmat4x4< T > | glm::sphereInertia4 (T const &Mass, T const &Radius) |