GLM_GTX_extented_min_max extension: Min and max functions for 3 to 4 parameters. More...
Functions | |
template<typename T > | |
detail::tvec4< T > | max (const detail::tvec4< T > &x, const detail::tvec4< T > &y, const detail::tvec4< T > &z, const detail::tvec4< T > &w) |
Return the maximum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec3< T > | max (const detail::tvec3< T > &x, const detail::tvec3< T > &y, const detail::tvec3< T > &z, const detail::tvec3< T > &w) |
Return the maximum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec2< T > | max (const detail::tvec2< T > &x, const detail::tvec2< T > &y, const detail::tvec2< T > &z, const detail::tvec2< T > &w) |
Return the maximum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec4< T > | max (const detail::tvec4< T > &x, const detail::tvec4< T > &y, const detail::tvec4< T > &z) |
Return the maximum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec3< T > | max (const detail::tvec3< T > &x, const detail::tvec3< T > &y, const detail::tvec3< T > &z) |
Return the maximum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec2< T > | max (const detail::tvec2< T > &x, const detail::tvec2< T > &y, const detail::tvec2< T > &z) |
Return the maximum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec4< T > | max (const detail::tvec4< T > &x, const T y, const T z, const T w) |
Return the maximum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec3< T > | max (const detail::tvec3< T > &x, const T y, const T z, const T w) |
Return the maximum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec2< T > | max (const detail::tvec2< T > &x, const T y, const T z, const T w) |
Return the maximum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec4< T > | max (const detail::tvec4< T > &x, const T y, const T z) |
Return the maximum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec3< T > | max (const detail::tvec3< T > &x, const T y, const T z) |
Return the maximum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec2< T > | max (const detail::tvec2< T > &x, const T y, const T z) |
Return the maximum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
T | max (const T x, const T y, const T z, const T w) |
Return the maximum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
T | max (const T x, const T y, const T z) |
Return the maximum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec4< T > | min (const detail::tvec4< T > &x, const detail::tvec4< T > &y, const detail::tvec4< T > &z, const detail::tvec4< T > &w) |
Return the minimum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec3< T > | min (const detail::tvec3< T > &x, const detail::tvec3< T > &y, const detail::tvec3< T > &z, const detail::tvec3< T > &w) |
Return the minimum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec2< T > | min (const detail::tvec2< T > &x, const detail::tvec2< T > &y, const detail::tvec2< T > &z, const detail::tvec2< T > &w) |
Return the minimum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec4< T > | min (const detail::tvec4< T > &x, const detail::tvec4< T > &y, const detail::tvec4< T > &z) |
Return the minimum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec3< T > | min (const detail::tvec3< T > &x, const detail::tvec3< T > &y, const detail::tvec3< T > &z) |
Return the minimum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec2< T > | min (const detail::tvec2< T > &x, const detail::tvec2< T > &y, const detail::tvec2< T > &z) |
Return the minimum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec4< T > | min (const detail::tvec4< T > &x, const T y, const T z, const T w) |
Return the minimum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec3< T > | min (const detail::tvec3< T > &x, const T y, const T z, const T w) |
Return the minimum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec2< T > | min (const detail::tvec2< T > &x, const T y, const T z, const T w) |
Return the minimum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec4< T > | min (const detail::tvec4< T > &x, const T y, const T z) |
Return the minimum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec3< T > | min (const detail::tvec3< T > &x, const T y, const T z) |
Return the minimum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
detail::tvec2< T > | min (const detail::tvec2< T > &x, const T y, const T z) |
Return the minimum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
T | min (const T x, const T y, const T z, const T w) |
Return the minimum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). | |
template<typename T > | |
T | min (const T x, const T y, const T z) |
Return the minimum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension). |
GLM_GTX_extented_min_max extension: Min and max functions for 3 to 4 parameters.