Tizen Native API
6.0
|
Variables | |
DALI_CORE_API const float | MACHINE_EPSILON_0 |
Epsilon for values near zero. | |
DALI_CORE_API const float | MACHINE_EPSILON_1 |
Epsilon for values near 1. | |
DALI_CORE_API const float | MACHINE_EPSILON_10 |
Epsilon for values near 10. | |
DALI_CORE_API const float | MACHINE_EPSILON_100 |
Epsilon for values near 100. | |
DALI_CORE_API const float | MACHINE_EPSILON_1000 |
Epsilon for values near 1000. | |
DALI_CORE_API const float | MACHINE_EPSILON_10000 |
Epsilon for values near 10000. | |
static const float | PI = static_cast<float>(M_PI) |
Constant representing PI. | |
static const float | PI_2 = static_cast<float>(M_PI_2) |
Constant representing PI/2. | |
static const float | PI_4 = static_cast<float>(M_PI_4) |
Constant representing PI/4. | |
static const float | PI_OVER_180 = Dali::Math::PI/180.0f |
Constant used to convert degree to radian. | |
static const float | ONE80_OVER_PI = 180.0f/Dali::Math::PI |
Constant used to convert radian to degree. |
Detailed Description
Math constants.
- Since:
- 2.4, DALi version 1.0.0