Rumba C++ SDK
Imath::Math< T > Struct Template Reference

#include <ImathMath.h>

Static Public Member Functions

static T acos (T x)
 
static T asin (T x)
 
static T atan (T x)
 
static T atan2 (T x, T y)
 
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 ceil (T x)
 
static T fabs (T x)
 
static T floor (T x)
 
static T fmod (T x, T y)
 
static T hypot (T x, T y)
 

Member Function Documentation

◆ acos()

template<class T >
static T Imath::Math< T >::acos ( x)
inlinestatic

◆ asin()

template<class T >
static T Imath::Math< T >::asin ( x)
inlinestatic

◆ atan()

template<class T >
static T Imath::Math< T >::atan ( x)
inlinestatic

◆ atan2()

template<class T >
static T Imath::Math< T >::atan2 ( x,
y 
)
inlinestatic

◆ ceil()

template<class T >
static T Imath::Math< T >::ceil ( x)
inlinestatic

◆ cos()

template<class T >
static T Imath::Math< T >::cos ( x)
inlinestatic

◆ cosh()

template<class T >
static T Imath::Math< T >::cosh ( x)
inlinestatic

◆ exp()

template<class T >
static T Imath::Math< T >::exp ( x)
inlinestatic

◆ fabs()

template<class T >
static T Imath::Math< T >::fabs ( x)
inlinestatic

◆ floor()

template<class T >
static T Imath::Math< T >::floor ( x)
inlinestatic

◆ fmod()

template<class T >
static T Imath::Math< T >::fmod ( x,
y 
)
inlinestatic

◆ hypot()

template<class T >
static T Imath::Math< T >::hypot ( x,
y 
)
inlinestatic

◆ log()

template<class T >
static T Imath::Math< T >::log ( x)
inlinestatic

◆ log10()

template<class T >
static T Imath::Math< T >::log10 ( x)
inlinestatic

◆ modf()

template<class T >
static T Imath::Math< T >::modf ( x,
T *  iptr 
)
inlinestatic

◆ pow()

template<class T >
static T Imath::Math< T >::pow ( x,
y 
)
inlinestatic

◆ sin()

template<class T >
static T Imath::Math< T >::sin ( x)
inlinestatic

◆ sinh()

template<class T >
static T Imath::Math< T >::sinh ( x)
inlinestatic

◆ sqrt()

template<class T >
static T Imath::Math< T >::sqrt ( x)
inlinestatic

◆ tan()

template<class T >
static T Imath::Math< T >::tan ( x)
inlinestatic

◆ tanh()

template<class T >
static T Imath::Math< T >::tanh ( x)
inlinestatic

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