#include <MathUtility.h>
|
| static constexpr float | PI = 3.14159265358979323846f |
| static constexpr float | InvPI = 0.31830988618379067154f |
| static constexpr float | HalfPI = 1.57079632679489661923f |
| static constexpr float | TwoPi = 6.28318530717958647692f |
| static constexpr float | SmallNumber = 1.e-8f |
| static constexpr float | KindaSmallNumber = 1.e-4f |
◆ DegreesToRadians()
| constexpr float FMath::DegreesToRadians |
( |
float | Degrees | ) |
|
|
inlinestaticconstexpr |
◆ RadiansToDegrees()
| constexpr float FMath::RadiansToDegrees |
( |
float | Radians | ) |
|
|
inlinestaticconstexpr |
◆ HalfPI
| float FMath::HalfPI = 1.57079632679489661923f |
|
staticconstexpr |
◆ InvPI
| float FMath::InvPI = 0.31830988618379067154f |
|
staticconstexpr |
◆ KindaSmallNumber
| float FMath::KindaSmallNumber = 1.e-4f |
|
staticconstexpr |
◆ PI
| float FMath::PI = 3.14159265358979323846f |
|
staticconstexpr |
◆ SmallNumber
| float FMath::SmallNumber = 1.e-8f |
|
staticconstexpr |
◆ TwoPi
| float FMath::TwoPi = 6.28318530717958647692f |
|
staticconstexpr |
The documentation for this struct was generated from the following file: