Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
|
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | cqsp |
When adding assets, it is extremely crucial that you read cqsp::asset::AssetLoader::LoadResources to find out how to add a resource to the game. | |
namespace | cqsp::common |
namespace | cqsp::common::components |
namespace | cqsp::common::components::types |
Typedefs | |
typedef double | cqsp::common::components::types::astronomical_unit |
typedef double | cqsp::common::components::types::light_year |
typedef double | cqsp::common::components::types::kilometer |
typedef double | cqsp::common::components::types::solar_mass |
typedef double | cqsp::common::components::types::degree |
typedef double | cqsp::common::components::types::radian |
typedef double | cqsp::common::components::types::meter_cube |
typedef double | cqsp::common::components::types::kilogram |
typedef double | cqsp::common::components::types::earth_masses |
typedef double | cqsp::common::components::types::joule |
typedef double | cqsp::common::components::types::second |
Variables | |
constexpr double | cqsp::common::components::types::PI = 3.14159265358979323846 |
constexpr double | cqsp::common::components::types::TWOPI = PI * 2 |
constexpr double | cqsp::common::components::types::HALFPI = PI / 2 |
constexpr double | cqsp::common::components::types::KmInAu = 149597870.700 |
constexpr double | cqsp::common::components::types::G = 6.6743015e-11 |
constexpr double | cqsp::common::components::types::G_km = 6.6743015e-20 |
constexpr double | cqsp::common::components::types::SunMu = 1.32712400188e11 |