Important constants.
More...
|
enum class | Axis : AZ::u8 {
XPositive
, XNegative
, YPositive
, YNegative
,
ZPositive
, ZNegative
} |
|
|
static constexpr float | Pi = 3.14159265358979323846f |
|
static constexpr float | TwoPi = 6.28318530717958647692f |
|
static constexpr float | HalfPi = 1.57079632679489661923f |
|
static constexpr float | QuarterPi = 0.78539816339744830962f |
|
static constexpr float | TwoOverPi = 0.63661977236758134308f |
|
static constexpr float | MaxFloatBeforePrecisionLoss = 100000.f |
|
static constexpr float | Tolerance = 0.001f |
|
static constexpr float | FloatMax = FLT_MAX |
|
static constexpr float | FloatEpsilon = FLT_EPSILON |
|