Flow Visualisation
transform2.inl File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 glm
 

Functions

template<typename T >
GLM_FUNC_QUALIFIER detail::tmat3x3< T > glm::shearX2D (const detail::tmat3x3< T > &m, T s)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat3x3< T > glm::shearY2D (const detail::tmat3x3< T > &m, T s)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat4x4< T > glm::shearX3D (const detail::tmat4x4< T > &m, T s, T t)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat4x4< T > glm::shearY3D (const detail::tmat4x4< T > &m, T s, T t)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat4x4< T > glm::shearZ3D (const detail::tmat4x4< T > &m, T s, T t)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat3x3< T > glm::reflect2D (const detail::tmat3x3< T > &m, const detail::tvec3< T > &normal)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat4x4< T > glm::reflect3D (const detail::tmat4x4< T > &m, const detail::tvec3< T > &normal)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat3x3< T > glm::proj2D (const detail::tmat3x3< T > &m, const detail::tvec3< T > &normal)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat4x4< T > glm::proj3D (const detail::tmat4x4< T > &m, const detail::tvec3< T > &normal)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat4x4< T > glm::scaleBias (T scale, T bias)
 
template<typename T >
GLM_FUNC_QUALIFIER detail::tmat4x4< T > glm::scaleBias (const detail::tmat4x4< T > &m, T scale, T bias)