#include "math/math.hpp"
#include <cmath>
#include <ctime>

Go to the source code of this file.
Namespaces | |
| namespace | gsgl |
| namespace | gsgl::math |
Defines | |
| #define | _USE_MATH_DEFINES |
Variables | |
| const double | DEG2RAD = M_PI / 180.0 |
| const double | PI = M_PI |
| const double | PI_OVER_2 = M_PI * 0.5 |
| const double | PI_TIMES_2 = M_PI * 2.0 |
| const double | RAD2DEG = 180.0 / M_PI |
1.5.5