Cinder  0.9.1
Static Public Member Functions | List of all members
cinder::math< T > Struct Template Reference

#include <CinderMath.h>

Static Public Member Functions

static T acos (T x)
 
static T asin (T x)
 
static T atan (T x)
 
static T atan2 (T y, T x)
 
static T cos (T x)
 
static T sin (T x)
 
static T tan (T x)
 
static T cosh (T x)
 
static T sinh (T x)
 
static T tanh (T x)
 
static T exp (T x)
 
static T log (T x)
 
static T log10 (T x)
 
static T modf (T x, T *iptr)
 
static T pow (T x, T y)
 
static T sqrt (T x)
 
static T cbrt (T x)
 
static T ceil (T x)
 
static T abs (T x)
 
static T floor (T x)
 
static T fmod (T x, T y)
 
static T hypot (T x, T y)
 
static T signum (T x)
 
static T min (T x, T y)
 
static T max (T x, T y)
 
static T clamp (T x, T min=0, T max=1)
 

Member Function Documentation

template<typename T >
static T cinder::math< T >::acos ( x)
static
template<typename T >
static T cinder::math< T >::asin ( x)
static
template<typename T >
static T cinder::math< T >::atan ( x)
static
template<typename T >
static T cinder::math< T >::atan2 ( y,
x 
)
static
template<typename T >
static T cinder::math< T >::cos ( x)
static
template<typename T >
static T cinder::math< T >::sin ( x)
static
template<typename T >
static T cinder::math< T >::tan ( x)
static
template<typename T >
static T cinder::math< T >::cosh ( x)
static
template<typename T >
static T cinder::math< T >::sinh ( x)
static
template<typename T >
static T cinder::math< T >::tanh ( x)
static
template<typename T >
static T cinder::math< T >::exp ( x)
static
template<typename T >
static T cinder::math< T >::log ( x)
static
template<typename T >
static T cinder::math< T >::log10 ( x)
static
template<typename T >
static T cinder::math< T >::modf ( x,
T *  iptr 
)
static
template<typename T >
static T cinder::math< T >::pow ( x,
y 
)
static
template<typename T >
static T cinder::math< T >::sqrt ( x)
static
template<typename T >
static T cinder::math< T >::cbrt ( x)
static
template<typename T >
static T cinder::math< T >::ceil ( x)
static
template<typename T >
static T cinder::math< T >::abs ( x)
static
template<typename T >
static T cinder::math< T >::floor ( x)
static
template<typename T >
static T cinder::math< T >::fmod ( x,
y 
)
static
template<typename T >
static T cinder::math< T >::hypot ( x,
y 
)
static
template<typename T >
static T cinder::math< T >::signum ( x)
static
template<typename T >
static T cinder::math< T >::min ( x,
y 
)
static
template<typename T >
static T cinder::math< T >::max ( x,
y 
)
static
template<typename T >
static T cinder::math< T >::clamp ( x,
min = 0,
max = 1 
)
static

The documentation for this struct was generated from the following file: