|
constexpr float | MGL::Math::kRadianToDegree = 57.29577951308232f |
| ラジアンから度への変換係数
|
|
constexpr float | MGL::Math::kDegreeToRadian = 0.017453292519943f |
| 度からラジアンへの変換係数
|
|
constexpr float | MGL::Math::kPi = 3.141592653589793f |
| 円周率
|
|
constexpr float | MGL::Math::kHalfPi = 1.570796326794897f |
| 円周率の半分の値
|
|
constexpr float | MGL::Math::kEpsilon = 0.000001f |
| 誤差回避のための補正値
|
|