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

#include <ImathMath.h>

Static Public Member Functions

static float acos (float x)
 
static float asin (float x)
 
static float atan (float x)
 
static float atan2 (float x, float y)
 
static float cos (float x)
 
static float sin (float x)
 
static float tan (float x)
 
static float cosh (float x)
 
static float sinh (float x)
 
static float tanh (float x)
 
static float exp (float x)
 
static float log (float x)
 
static float log10 (float x)
 
static float modf (float x, float *y)
 
static float pow (float x, float y)
 
static float sqrt (float x)
 
static float ceil (float x)
 
static float fabs (float x)
 
static float floor (float x)
 
static float fmod (float x, float y)
 
static float hypot (float x, float y)
 

Member Function Documentation

◆ acos()

static float Imath::Math< float >::acos ( float  x)
inlinestatic

◆ asin()

static float Imath::Math< float >::asin ( float  x)
inlinestatic

◆ atan()

static float Imath::Math< float >::atan ( float  x)
inlinestatic

◆ atan2()

static float Imath::Math< float >::atan2 ( float  x,
float  y 
)
inlinestatic

◆ ceil()

static float Imath::Math< float >::ceil ( float  x)
inlinestatic

◆ cos()

static float Imath::Math< float >::cos ( float  x)
inlinestatic

◆ cosh()

static float Imath::Math< float >::cosh ( float  x)
inlinestatic

◆ exp()

static float Imath::Math< float >::exp ( float  x)
inlinestatic

◆ fabs()

static float Imath::Math< float >::fabs ( float  x)
inlinestatic

◆ floor()

static float Imath::Math< float >::floor ( float  x)
inlinestatic

◆ fmod()

static float Imath::Math< float >::fmod ( float  x,
float  y 
)
inlinestatic

◆ hypot()

static float Imath::Math< float >::hypot ( float  x,
float  y 
)
inlinestatic

◆ log()

static float Imath::Math< float >::log ( float  x)
inlinestatic

◆ log10()

static float Imath::Math< float >::log10 ( float  x)
inlinestatic

◆ modf()

static float Imath::Math< float >::modf ( float  x,
float *  y 
)
inlinestatic

◆ pow()

static float Imath::Math< float >::pow ( float  x,
float  y 
)
inlinestatic

◆ sin()

static float Imath::Math< float >::sin ( float  x)
inlinestatic

◆ sinh()

static float Imath::Math< float >::sinh ( float  x)
inlinestatic

◆ sqrt()

static float Imath::Math< float >::sqrt ( float  x)
inlinestatic

◆ tan()

static float Imath::Math< float >::tan ( float  x)
inlinestatic

◆ tanh()

static float Imath::Math< float >::tanh ( float  x)
inlinestatic

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