Back to Mame

0.9.8: GLM_GTX_orthonormalize

3rdparty/glm/doc/api/a00216.html

latest1.3 KB
Original Source

| | 0.9.8 |

Functions

GLM_GTX_orthonormalize GTX Extensions (Experimental)

|

Functions

| | template<typename T , precision P> | | GLM_FUNC_DECL tmat3x3< T, P > | orthonormalize (tmat3x3< T, P > const &m) | | | | template<typename T , precision P> | | GLM_FUNC_DECL tvec3< T, P > | orthonormalize (tvec3< T, P > const &x, tvec3< T, P > const &y) | | |

Detailed Description

Orthonormalize matrices.

<glm/gtx/orthonormalize.hpp> need to be included to use these functionalities.

Function Documentation

| GLM_FUNC_DECL tmat3x3<T, P> glm::orthonormalize | ( | tmat3x3< T, P > const & | m | ) | |

Returns the orthonormalized matrix of m.

See alsoGLM_GTX_orthonormalize

| GLM_FUNC_DECL tvec3<T, P> glm::orthonormalize | ( | tvec3< T, P > const & | x, | | | | tvec3< T, P > const & | y | | | ) | | |

Orthonormalizes x according y.

See alsoGLM_GTX_orthonormalize


Generated by 1.8.10