|
Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
|
Go to the source code of this file.
Namespaces | |
| namespace | Constants |
Variables | |
| constexpr double | Constants::G_SCALED = 6.6743 |
| constexpr double | Constants::G = 6.67430e-11 |
| constexpr double | Constants::STEFAN_BOLTZMANN = 5.670374419e-8 |
| constexpr float | Constants::THETA_SQ = 0.5f |
| constexpr float | Constants::SOFTENING_SQ = 0.01f |
| constexpr float | Constants::STANDARD_GRAVITY = 9.81f |