#include <climits>
#include <cstdlib>
浏览源代码.
|
| struct | eve::Rect |
| | Axis-aligned integer rectangle (screen/tile space). 更多...
|
| |
◆ EVE_M_1_PI
| #define EVE_M_1_PI 0.318309886183790671538 |
◆ EVE_M_2_PI
| #define EVE_M_2_PI 0.636619772367581343076 |
◆ EVE_M_2_SQRTPI
| #define EVE_M_2_SQRTPI 1.12837916709551257390 |
◆ EVE_M_E
| #define EVE_M_E 2.71828182845904523536 |
◆ EVE_M_LN10
| #define EVE_M_LN10 2.30258509299404568402 |
◆ EVE_M_LN2
| #define EVE_M_LN2 0.693147180559945309417 |
◆ EVE_M_LOG10E
| #define EVE_M_LOG10E 0.434294481903251827651 |
◆ EVE_M_LOG2E
| #define EVE_M_LOG2E 1.44269504088896340736 |
◆ EVE_M_PI
| #define EVE_M_PI 3.14159265358979323846 |
◆ EVE_M_PI_2
| #define EVE_M_PI_2 1.57079632679489661923 |
◆ EVE_M_PI_4
| #define EVE_M_PI_4 0.785398163397448309616 |
◆ EVE_M_SQRT1_2
| #define EVE_M_SQRT1_2 0.707106781186547524401 |
◆ EVE_M_SQRT2
| #define EVE_M_SQRT2 1.41421356237309504880 |
◆ EVE_M_TODEG
| #define EVE_M_TODEG (float)(180.0/EVE_M_PI) |
◆ EVE_M_TORAD
| #define EVE_M_TORAD (float)(EVE_M_PI/180.0) |
◆ EVE_TODEG
◆ EVE_TORAD