#include <math.h>Go to the source code of this file.
Namespaces | |
| namespace | opal |
| namespace | opal::globals |
Typedefs | |
| typedef float | opal::real |
Functions | |
| real | opal::degToRad (real deg) |
| real | opal::radToDeg (real rad) |
| real | opal::abs (real value) |
| bool | opal::areEqual (real x, real y) |
| real | opal::normalizeDegrees (real degrees) |
Variables | |
| const real | opal::globals::OPAL_PI = ( real ) 3.14159265358979323846 |
| const real | opal::globals::OPAL_HALF_PI = ( real ) 1.57079632679489661923 |
| const real | opal::globals::OPAL_ONE_THIRD = ( real ) 0.33333333333333333333 |
| const real | opal::globals::OPAL_EPSILON = ( real ) 0.000001 |
1.4.6-NO