ofDocsdocumentation glm gtxorthonormalize (functions)

gtxorthonormalize (functions)


glm::orthonormalize( ... )

glm::mat3 glm::orthonormalize(const glm::mat3 &m=P)

Returns the orthonormalized matrix of m.

See also: gtx_orthonormalize


glm::orthonormalize( ... )

glm::vec3 glm::orthonormalize(const glm::vec3 &x=P, const glm::vec3 &y=P)

Orthonormalizes x according y.

See also: gtx_orthonormalize