|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator+ (const fmat4x4SIMD &m, float const &s) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator+ (float const &s, const fmat4x4SIMD &m) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator+ (const fmat4x4SIMD &m1, const fmat4x4SIMD &m2) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator- (const fmat4x4SIMD &m, float const &s) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator- (float const &s, const fmat4x4SIMD &m) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator- (const fmat4x4SIMD &m1, const fmat4x4SIMD &m2) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator* (const fmat4x4SIMD &m, float const &s) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator* (float const &s, const fmat4x4SIMD &m) |
|
GLM_FUNC_QUALIFIER fvec4SIMD | glm::detail::operator* (const fmat4x4SIMD &m, fvec4SIMD const &v) |
|
GLM_FUNC_QUALIFIER fvec4SIMD | glm::detail::operator* (fvec4SIMD const &v, const fmat4x4SIMD &m) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator* (const fmat4x4SIMD &m1, const fmat4x4SIMD &m2) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator/ (const fmat4x4SIMD &m, float const &s) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator/ (float const &s, const fmat4x4SIMD &m) |
|
GLM_FUNC_QUALIFIER fvec4SIMD | glm::detail::operator/ (const fmat4x4SIMD &m, fvec4SIMD const &v) |
|
GLM_FUNC_QUALIFIER fvec4SIMD | glm::detail::operator/ (fvec4SIMD const &v, const fmat4x4SIMD &m) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD | glm::detail::operator/ (const fmat4x4SIMD &m1, const fmat4x4SIMD &m2) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD const | glm::detail::operator- (fmat4x4SIMD const &m) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD const | glm::detail::operator-- (fmat4x4SIMD const &m, int) |
|
GLM_FUNC_QUALIFIER fmat4x4SIMD const | glm::detail::operator++ (fmat4x4SIMD const &m, int) |
|
GLM_FUNC_QUALIFIER detail::tmat4x4< float > | glm::mat4_cast (detail::fmat4x4SIMD const &x) |
|
GLM_FUNC_QUALIFIER detail::fmat4x4SIMD | glm::matrixCompMult (detail::fmat4x4SIMD const &x, detail::fmat4x4SIMD const &y) |
|
GLM_FUNC_QUALIFIER detail::fmat4x4SIMD | glm::outerProduct (detail::fvec4SIMD const &c, detail::fvec4SIMD const &r) |
|
GLM_FUNC_QUALIFIER detail::fmat4x4SIMD | glm::transpose (detail::fmat4x4SIMD const &m) |
|
GLM_FUNC_QUALIFIER float | glm::determinant (detail::fmat4x4SIMD const &m) |
|
GLM_FUNC_QUALIFIER detail::fmat4x4SIMD | glm::inverse (detail::fmat4x4SIMD const &m) |
|