GLM  0.9.5
Functions
GLM_GTX_extented_min_max

Functions

template<typename T >
max (T const &x, T const &y, T const &z)
 
template<typename T , template< typename > class C>
C< T > max (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z)
 
template<typename T , template< typename > class C>
C< T > max (C< T > const &x, C< T > const &y, C< T > const &z)
 
template<typename T >
max (T const &x, T const &y, T const &z, T const &w)
 
template<typename T , template< typename > class C>
C< T > max (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z, typename C< T >::T const &w)
 
template<typename T , template< typename > class C>
C< T > max (C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)
 
template<typename T >
min (T const &x, T const &y, T const &z)
 
template<typename T , template< typename > class C>
C< T > min (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z)
 
template<typename T , template< typename > class C>
C< T > min (C< T > const &x, C< T > const &y, C< T > const &z)
 
template<typename T >
min (T const &x, T const &y, T const &z, T const &w)
 
template<typename T , template< typename > class C>
C< T > min (C< T > const &x, typename C< T >::T const &y, typename C< T >::T const &z, typename C< T >::T const &w)
 
template<typename T , template< typename > class C>
C< T > min (C< T > const &x, C< T > const &y, C< T > const &z, C< T > const &w)
 

Detailed Description

Min and max functions for 3 to 4 parameters.

<glm/gtx/extented_min_max.hpp> need to be included to use these functionalities.

Function Documentation

T glm::max ( T const &  x,
T const &  y,
T const &  z 
)

Return the maximum component-wise values of 3 inputs.

See Also
GLM_GTX_extented_min_max
C<T> glm::max ( C< T > const &  x,
typename C< T >::T const &  y,
typename C< T >::T const &  z 
)

Return the maximum component-wise values of 3 inputs.

See Also
GLM_GTX_extented_min_max
C<T> glm::max ( C< T > const &  x,
C< T > const &  y,
C< T > const &  z 
)

Return the maximum component-wise values of 3 inputs.

See Also
GLM_GTX_extented_min_max
T glm::max ( T const &  x,
T const &  y,
T const &  z,
T const &  w 
)

Return the maximum component-wise values of 4 inputs.

See Also
GLM_GTX_extented_min_max
C<T> glm::max ( C< T > const &  x,
typename C< T >::T const &  y,
typename C< T >::T const &  z,
typename C< T >::T const &  w 
)

Return the maximum component-wise values of 4 inputs.

See Also
GLM_GTX_extented_min_max
C<T> glm::max ( C< T > const &  x,
C< T > const &  y,
C< T > const &  z,
C< T > const &  w 
)

Return the maximum component-wise values of 4 inputs.

See Also
GLM_GTX_extented_min_max
T glm::min ( T const &  x,
T const &  y,
T const &  z 
)

Return the minimum component-wise values of 3 inputs.

See Also
GLM_GTX_extented_min_max
C<T> glm::min ( C< T > const &  x,
typename C< T >::T const &  y,
typename C< T >::T const &  z 
)

Return the minimum component-wise values of 3 inputs.

See Also
GLM_GTX_extented_min_max
C<T> glm::min ( C< T > const &  x,
C< T > const &  y,
C< T > const &  z 
)

Return the minimum component-wise values of 3 inputs.

See Also
GLM_GTX_extented_min_max
T glm::min ( T const &  x,
T const &  y,
T const &  z,
T const &  w 
)

Return the minimum component-wise values of 4 inputs.

See Also
GLM_GTX_extented_min_max
C<T> glm::min ( C< T > const &  x,
typename C< T >::T const &  y,
typename C< T >::T const &  z,
typename C< T >::T const &  w 
)

Return the minimum component-wise values of 4 inputs.

See Also
GLM_GTX_extented_min_max
C<T> glm::min ( C< T > const &  x,
C< T > const &  y,
C< T > const &  z,
C< T > const &  w 
)

Return the minimum component-wise values of 4 inputs.

See Also
GLM_GTX_extented_min_max