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 星期二, 19 十一月 2024 17:25:57 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
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