gtxextented_min_max (functions)
glm::max( ... )
T glm::max(const T &x, const T &y, const T &z)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)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)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)Return the minimum component-wise values of 4 inputs
See also: gtx_extented_min_max