Functions

glm::gtx::simd_mat4 Namespace Reference

GLM_GTX_simd_mat4 extension: SIMD implementation of mat4 type. More...

Functions

float determinant (detail::fmat4x4SIMD const &m)
detail::fmat4x4SIMD inverse (detail::fmat4x4SIMD const &m)
detail::tmat4x4< float > mat4_cast (detail::fmat4x4SIMD const &x)
detail::fmat4x4SIMD matrixCompMult (detail::fmat4x4SIMD const &x, detail::fmat4x4SIMD const &y)
detail::fmat4x4SIMD outerProduct (detail::fvec4SIMD const &c, detail::fvec4SIMD const &r)
detail::fmat4x4SIMD transpose (detail::fmat4x4SIMD const &x)

Detailed Description

GLM_GTX_simd_mat4 extension: SIMD implementation of mat4 type.