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 金曜日, 02 5月 2025 18:57:48 UTC - 0cfbc5eb74e8f627fe4da3fb60a3ee56ee64a172
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