GLM_GTX_extented_min_max extension: Min and max functions for 3 to 4 parameters.
|
Functions |
|
template<typename T> |
| detail::_xvec4< T > | max (const detail::_xvec4< T > &x, const detail::_xvec4< T > &y, const detail::_xvec4< T > &z, const detail::_xvec4< T > &w) |
| | Return the maximum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec3< T > | max (const detail::_xvec3< T > &x, const detail::_xvec3< T > &y, const detail::_xvec3< T > &z, const detail::_xvec3< T > &w) |
| | Return the maximum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec2< T > | max (const detail::_xvec2< T > &x, const detail::_xvec2< T > &y, const detail::_xvec2< T > &z, const detail::_xvec2< T > &w) |
| | Return the maximum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec4< T > | max (const detail::_xvec4< T > &x, const detail::_xvec4< T > &y, const detail::_xvec4< T > &z) |
| | Return the maximum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec3< T > | max (const detail::_xvec3< T > &x, const detail::_xvec3< T > &y, const detail::_xvec3< T > &z) |
| | Return the maximum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec2< T > | max (const detail::_xvec2< T > &x, const detail::_xvec2< T > &y, const detail::_xvec2< T > &z) |
| | Return the maximum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec4< T > | max (const detail::_xvec4< 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::_xvec3< T > | max (const detail::_xvec3< 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::_xvec2< T > | max (const detail::_xvec2< 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::_xvec4< T > | max (const detail::_xvec4< 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::_xvec3< T > | max (const detail::_xvec3< 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::_xvec2< T > | max (const detail::_xvec2< 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::_xvec4< T > | min (const detail::_xvec4< T > &x, const detail::_xvec4< T > &y, const detail::_xvec4< T > &z, const detail::_xvec4< T > &w) |
| | Return the minimum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec3< T > | min (const detail::_xvec3< T > &x, const detail::_xvec3< T > &y, const detail::_xvec3< T > &z, const detail::_xvec3< T > &w) |
| | Return the minimum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec2< T > | min (const detail::_xvec2< T > &x, const detail::_xvec2< T > &y, const detail::_xvec2< T > &z, const detail::_xvec2< T > &w) |
| | Return the minimum component-wise values of 4 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec4< T > | min (const detail::_xvec4< T > &x, const detail::_xvec4< T > &y, const detail::_xvec4< T > &z) |
| | Return the minimum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec3< T > | min (const detail::_xvec3< T > &x, const detail::_xvec3< T > &y, const detail::_xvec3< T > &z) |
| | Return the minimum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec2< T > | min (const detail::_xvec2< T > &x, const detail::_xvec2< T > &y, const detail::_xvec2< T > &z) |
| | Return the minimum component-wise values of 3 imputs (From GLM_GTX_extented_min_max extension).
|
|
template<typename T> |
| detail::_xvec4< T > | min (const detail::_xvec4< 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::_xvec3< T > | min (const detail::_xvec3< 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::_xvec2< T > | min (const detail::_xvec2< 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::_xvec4< T > | min (const detail::_xvec4< 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::_xvec3< T > | min (const detail::_xvec3< 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::_xvec2< T > | min (const detail::_xvec2< 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.