global functions
glm::max(...)
T glm::max(const T &x, const T &y, const T &z)
Documentation from code comments
Return the maximum component-wise values of 3 inputs
See also: gtx_extented_min_max
glm::max(...)
C< T > glm::max(const C< T > &x, const typename C< T >::T &y, const typename C< T >::T &z)
Documentation from code comments
Return the maximum component-wise values of 3 inputs
See also: gtx_extented_min_max
glm::max(...)
C< T > glm::max(const C< T > &x, const C< T > &y, const C< T > &z)
Documentation from code comments
Return the maximum component-wise values of 3 inputs
See also: gtx_extented_min_max
glm::max(...)
T glm::max(const T &x, const T &y, const T &z, const T &w)
Documentation from code comments
Return the maximum component-wise values of 4 inputs
See also: gtx_extented_min_max
glm::max(...)
C< T > glm::max(const C< T > &x, const typename C< T >::T &y, const typename C< T >::T &z, const typename C< T >::T &w)
Documentation from code comments
Return the maximum component-wise values of 4 inputs
See also: gtx_extented_min_max
glm::max(...)
C< T > glm::max(const C< T > &x, const C< T > &y, const C< T > &z, const C< T > &w)
Documentation from code comments
Return the maximum component-wise values of 4 inputs
See also: gtx_extented_min_max
glm::min(...)
T glm::min(const T &x, const T &y, const T &z)
Documentation from code comments
Return the minimum component-wise values of 3 inputs
See also: gtx_extented_min_max
glm::min(...)
C< T > glm::min(const C< T > &x, const typename C< T >::T &y, const typename C< T >::T &z)
Documentation from code comments
Return the minimum component-wise values of 3 inputs
See also: gtx_extented_min_max
glm::min(...)
C< T > glm::min(const C< T > &x, const C< T > &y, const C< T > &z)
Documentation from code comments
Return the minimum component-wise values of 3 inputs
See also: gtx_extented_min_max
glm::min(...)
T glm::min(const T &x, const T &y, const T &z, const T &w)
Documentation from code comments
Return the minimum component-wise values of 4 inputs
See also: gtx_extented_min_max
glm::min(...)
C< T > glm::min(const C< T > &x, const typename C< T >::T &y, const typename C< T >::T &z, const typename C< T >::T &w)
Documentation from code comments
Return the minimum component-wise values of 4 inputs
See also: gtx_extented_min_max
glm::min(...)
C< T > glm::min(const C< T > &x, const C< T > &y, const C< T > &z, const C< T > &w)
Documentation from code comments
Return the minimum component-wise values of 4 inputs
See also: gtx_extented_min_max
Last updated Saturday, 17 August 2024 20:48:15 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