Availables constants. More...
Static Public Attributes | |
static constexpr float | PI = 3.1415926535897932384626433832795f |
Value for PI. | |
static constexpr float | PI_SQRT = 1.7724538509055160272981674833411f |
Value for the square root of PI. | |
static constexpr float | PI_2 = 2.f * PI |
Value for PI * 2. | |
static constexpr float | PI_4 = 4.f * PI |
Value for PI * 4. | |
static constexpr float | PI_OVER_2 = 0.5f * PI |
Value for PI / 2. | |
static constexpr float | PI_OVER_4 = 0.25f * PI |
Value for PI / 4. | |
Availables constants.