Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
Constants Namespace Reference

Variables

constexpr double G_SCALED = 6.6743
 
constexpr double G = 6.67430e-11
 
constexpr double STEFAN_BOLTZMANN = 5.670374419e-8
 
constexpr float THETA_SQ = 0.5f
 
constexpr float SOFTENING_SQ = 0.01f
 
constexpr float STANDARD_GRAVITY = 9.81f
 

Variable Documentation

◆ G

constexpr double Constants::G = 6.67430e-11
constexpr

Definition at line 5 of file Constants.h.

◆ G_SCALED

constexpr double Constants::G_SCALED = 6.6743
constexpr

Definition at line 4 of file Constants.h.

◆ SOFTENING_SQ

constexpr float Constants::SOFTENING_SQ = 0.01f
constexpr

Definition at line 8 of file Constants.h.

◆ STANDARD_GRAVITY

constexpr float Constants::STANDARD_GRAVITY = 9.81f
constexpr

Definition at line 9 of file Constants.h.

◆ STEFAN_BOLTZMANN

constexpr double Constants::STEFAN_BOLTZMANN = 5.670374419e-8
constexpr

Definition at line 6 of file Constants.h.

◆ THETA_SQ

constexpr float Constants::THETA_SQ = 0.5f
constexpr

Definition at line 7 of file Constants.h.