Definitions of universal and Earthly physical constants. More...
Variables | |
constexpr auto | playrho::BigG = static_cast<Real>(6.67408e-11f) * CubicMeter / (Kilogram * SquareSecond) |
Big "G". More... | |
constexpr auto | playrho::EarthlyLinearAcceleration = static_cast<Real>(-9.8f) * MeterPerSquareSecond |
Earthly gravity. More... | |
Definitions of universal and Earthly physical constants.
|
constexpr |
Big "G".
Gravitational constant used in calculating the attractive force on a mass to another mass at a given distance due to gravity.
Referenced by playrho::d2::World::CalcGravitationalAcceleration().
|
constexpr |
Earthly gravity.
An approximation of the average acceleration of Earthly objects towards the Earth due to the Earth's gravity.