Go to the source code of this file.
|
| #define | M_PI 3.1415926535897932384626433832795f |
| |
| #define | RAD(val) ((val)*0.0174532925199432957692369076848f) |
| |
| #define | DEG(val) ((val)*57.295779513082320876798154814105f) |
| |
| #define | LARGE_EPSILON 1e-2f |
| |
| #define | EPSILON 1e-4f |
| |
| #define | TINY_EPSILON 1e-5f |
| |
| #define | M_INFINITE 3.4e38f |
| |
◆ DEG
| #define DEG |
( |
|
val | ) |
((val)*57.295779513082320876798154814105f) |
◆ EPSILON
◆ LARGE_EPSILON
| #define LARGE_EPSILON 1e-2f |
◆ M_INFINITE
| #define M_INFINITE 3.4e38f |
◆ M_PI
| #define M_PI 3.1415926535897932384626433832795f |
◆ RAD
| #define RAD |
( |
|
val | ) |
((val)*0.0174532925199432957692369076848f) |
◆ TINY_EPSILON
| #define TINY_EPSILON 1e-5f |