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 水曜日, 08 3月 2023 18:11:30 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