#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) |
Definition at line 91 of file ImathMath.h.
| static T Imath::Math< T >::acos | ( | T | x | ) | [inline, static] |
Definition at line 93 of file ImathMath.h.
| static T Imath::Math< T >::asin | ( | T | x | ) | [inline, static] |
Definition at line 94 of file ImathMath.h.
| static T Imath::Math< T >::atan | ( | T | x | ) | [inline, static] |
Definition at line 95 of file ImathMath.h.
| static T Imath::Math< T >::atan2 | ( | T | x, | |
| T | y | |||
| ) | [inline, static] |
Definition at line 96 of file ImathMath.h.
| static T Imath::Math< T >::ceil | ( | T | x | ) | [inline, static] |
Definition at line 115 of file ImathMath.h.
| static T Imath::Math< T >::cos | ( | T | x | ) | [inline, static] |
Definition at line 97 of file ImathMath.h.
| static T Imath::Math< T >::cosh | ( | T | x | ) | [inline, static] |
Definition at line 100 of file ImathMath.h.
| static T Imath::Math< T >::exp | ( | T | x | ) | [inline, static] |
Definition at line 103 of file ImathMath.h.
| static T Imath::Math< T >::fabs | ( | T | x | ) | [inline, static] |
Definition at line 116 of file ImathMath.h.
| static T Imath::Math< T >::floor | ( | T | x | ) | [inline, static] |
Definition at line 117 of file ImathMath.h.
| static T Imath::Math< T >::fmod | ( | T | x, | |
| T | y | |||
| ) | [inline, static] |
Definition at line 118 of file ImathMath.h.
| static T Imath::Math< T >::hypot | ( | T | x, | |
| T | y | |||
| ) | [inline, static] |
Definition at line 119 of file ImathMath.h.
| static T Imath::Math< T >::log | ( | T | x | ) | [inline, static] |
Definition at line 104 of file ImathMath.h.
| static T Imath::Math< T >::log10 | ( | T | x | ) | [inline, static] |
Definition at line 105 of file ImathMath.h.
| static T Imath::Math< T >::modf | ( | T | x, | |
| T * | iptr | |||
| ) | [inline, static] |
Definition at line 106 of file ImathMath.h.
| static T Imath::Math< T >::pow | ( | T | x, | |
| T | y | |||
| ) | [inline, static] |
Definition at line 113 of file ImathMath.h.
| static T Imath::Math< T >::sin | ( | T | x | ) | [inline, static] |
Definition at line 98 of file ImathMath.h.
| static T Imath::Math< T >::sinh | ( | T | x | ) | [inline, static] |
Definition at line 101 of file ImathMath.h.
| static T Imath::Math< T >::sqrt | ( | T | x | ) | [inline, static] |
Definition at line 114 of file ImathMath.h.
| static T Imath::Math< T >::tan | ( | T | x | ) | [inline, static] |
Definition at line 99 of file ImathMath.h.
| static T Imath::Math< T >::tanh | ( | T | x | ) | [inline, static] |
Definition at line 102 of file ImathMath.h.
1.5.9