Go to the source code of this file.
Namespaces | |
namespace | fs |
namespace | fs::mth |
Variables | |
const float | fs::mth::EPS = 1.192092896e-07f |
const float | fs::mth::PI = 3.14159265358979323846f |
const float | fs::mth::PI360 = 2.0f * PI |
const float | fs::mth::PI90 = .5f * PI |
const float | fs::mth::PI45 = .25f * PI |
const float | fs::mth::DEG2RAD = PI / 180.0f |
const float | fs::mth::RAD2DEG = 180.0f / PI |