global functions
glm::colMajor2(...)
glm::mat2 glm::colMajor2(const glm::mat2 &m=P)
Documentation from code comments
Build a column major matrix from other matrix. From GLM_GTX_matrix_major_storage extension.
glm::colMajor2(...)
glm::mat2 glm::colMajor2(const glm::vec2 &v1=P, const glm::vec2 &v2=P)
Documentation from code comments
Build a column major matrix from column vectors. From GLM_GTX_matrix_major_storage extension.
glm::colMajor3(...)
glm::mat3 glm::colMajor3(const glm::mat3 &m=P)
Documentation from code comments
Build a column major matrix from other matrix. From GLM_GTX_matrix_major_storage extension.
glm::colMajor3(...)
glm::mat3 glm::colMajor3(const glm::vec3 &v1=P, const glm::vec3 &v2=P, const glm::vec3 &v3=P)
Documentation from code comments
Build a column major matrix from column vectors. From GLM_GTX_matrix_major_storage extension.
glm::colMajor4(...)
glm::mat4 glm::colMajor4(const glm::mat4 &m=P)
Documentation from code comments
Build a column major matrix from other matrix. From GLM_GTX_matrix_major_storage extension.
glm::colMajor4(...)
glm::mat4 glm::colMajor4(const glm::vec4 &v1=P, const glm::vec4 &v2=P, const glm::vec4 &v3=P, const glm::vec4 &v4=P)
Documentation from code comments
Build a column major matrix from column vectors. From GLM_GTX_matrix_major_storage extension.
glm::rowMajor2(...)
glm::mat2 glm::rowMajor2(const glm::mat2 &m=P)
Documentation from code comments
Build a row major matrix from other matrix. From GLM_GTX_matrix_major_storage extension.
glm::rowMajor2(...)
glm::mat2 glm::rowMajor2(const glm::vec2 &v1=P, const glm::vec2 &v2=P)
Documentation from code comments
Build a row major matrix from row vectors. From GLM_GTX_matrix_major_storage extension.
glm::rowMajor3(...)
glm::mat3 glm::rowMajor3(const glm::mat3 &m=P)
Documentation from code comments
Build a row major matrix from other matrix. From GLM_GTX_matrix_major_storage extension.
glm::rowMajor3(...)
glm::mat3 glm::rowMajor3(const glm::vec3 &v1=P, const glm::vec3 &v2=P, const glm::vec3 &v3=P)
Documentation from code comments
Build a row major matrix from row vectors. From GLM_GTX_matrix_major_storage extension.
glm::rowMajor4(...)
glm::mat4 glm::rowMajor4(const glm::mat4 &m=P)
Documentation from code comments
Build a row major matrix from other matrix. From GLM_GTX_matrix_major_storage extension.
glm::rowMajor4(...)
glm::mat4 glm::rowMajor4(const glm::vec4 &v1=P, const glm::vec4 &v2=P, const glm::vec4 &v3=P, const glm::vec4 &v4=P)
Documentation from code comments
Build a row major matrix from row vectors. From GLM_GTX_matrix_major_storage extension.
Last updated 星期六, 17 八月 2024 20:48:29 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue