| GLM
    0.9.5
    | 
| Functions | |
| template<typename T , precision P> | |
| detail::tmat3x3< T, P > | orthonormalize (const detail::tmat3x3< T, P > &m) | 
| template<typename T , precision P> | |
| detail::tvec3< T, P > | orthonormalize (const detail::tvec3< T, P > &x, const detail::tvec3< T, P > &y) | 
Orthonormalize matrices.
<glm/gtx/orthonormalize.hpp> need to be included to use these functionalities.
| detail::tmat3x3<T, P> glm::orthonormalize | ( | const detail::tmat3x3< T, P > & | m | ) | 
Returns the orthonormalized matrix of m.
From GLM_GTX_orthonormalize extension.
| detail::tvec3<T, P> glm::orthonormalize | ( | const detail::tvec3< T, P > & | x, | 
| const detail::tvec3< T, P > & | y | ||
| ) | 
Orthonormalizes x according y.
From GLM_GTX_orthonormalize extension.
 1.8.5
 1.8.5