#include <ImathMath.h>
|
| 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) |
| |
◆ acos()
◆ asin()
◆ atan()
◆ atan2()
◆ ceil()
◆ cos()
◆ cosh()
◆ exp()
◆ fabs()
◆ floor()
◆ fmod()
◆ hypot()
◆ log()
◆ log10()
◆ modf()
◆ pow()
◆ sin()
◆ sinh()
◆ sqrt()
◆ tan()
◆ tanh()
The documentation for this struct was generated from the following file: