#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | sge |
| namespace | sge::math |
Defines | |
| #define | M_PI 3.1415926535897932384626433832795028841971693993751058 |
Functions | |
| template<typename T> | |
| T | sge::math::pi () |
| template<typename T> | |
| T | sge::math::twopi () |
| template<typename T> | |
| T | sge::math::deg_to_rad (const T deg) |
| template<typename T> | |
| T | sge::math::rad_to_deg (const T rad) |
Variables | |
| const double | sge::math::PI = M_PI |
| const long double | sge::math::PI_L |
| const double | sge::math::DEGREE |
| const long double | sge::math::DEGREE_L |
| #define M_PI 3.1415926535897932384626433832795028841971693993751058 |
1.5.5