global functions
- glm::make_mat2()
- glm::make_mat2x2()
- glm::make_mat2x3()
- glm::make_mat2x4()
- glm::make_mat3()
- glm::make_mat3x2()
- glm::make_mat3x3()
- glm::make_mat3x4()
- glm::make_mat4()
- glm::make_mat4x2()
- glm::make_mat4x3()
- glm::make_mat4x4()
- glm::make_quat()
- glm::make_vec2()
- glm::make_vec3()
- glm::make_vec4()
- glm::value_ptr()
glm::make_mat2(...)
tmat2x2< T, defaultp > glm::make_mat2(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_mat2x2(...)
tmat2x2< T, defaultp > glm::make_mat2x2(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_mat2x3(...)
tmat2x3< T, defaultp > glm::make_mat2x3(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_mat2x4(...)
tmat2x4< T, defaultp > glm::make_mat2x4(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_mat3(...)
tmat3x3< T, defaultp > glm::make_mat3(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_mat3x2(...)
tmat3x2< T, defaultp > glm::make_mat3x2(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_mat3x3(...)
tmat3x3< T, defaultp > glm::make_mat3x3(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_mat3x4(...)
tmat3x4< T, defaultp > glm::make_mat3x4(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_mat4(...)
tmat4x4< T, defaultp > glm::make_mat4(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_mat4x2(...)
tmat4x2< T, defaultp > glm::make_mat4x2(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_mat4x3(...)
tmat4x3< T, defaultp > glm::make_mat4x3(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_mat4x4(...)
tmat4x4< T, defaultp > glm::make_mat4x4(const T *const ptr)
Documentation from code comments
Build a matrix from a pointer.
See also: gtc_type_ptr
glm::make_quat(...)
tquat< T, defaultp > glm::make_quat(const T *const ptr)
Documentation from code comments
Build a quaternion from a pointer.
See also: gtc_type_ptr
glm::make_vec2(...)
tvec2< T, defaultp > glm::make_vec2(const T *const ptr)
Documentation from code comments
Build a vector from a pointer.
See also: gtc_type_ptr
glm::make_vec3(...)
tvec3< T, defaultp > glm::make_vec3(const T *const ptr)
Documentation from code comments
Build a vector from a pointer.
See also: gtc_type_ptr
glm::make_vec4(...)
tvec4< T, defaultp > glm::make_vec4(const T *const ptr)
Documentation from code comments
Build a vector from a pointer.
See also: gtc_type_ptr
glm::value_ptr(...)
const typename genType::value_type * glm::value_ptr(const genType &vec)
Documentation from code comments
Return the constant address to the data of the input parameter.
See also: gtc_type_ptr
Last updated 수요일, 08 3월 2023 18:11:45 UTC - 7c9ee203c70f155d301b41aa9b34dcc286921a3c
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