Solar System OpenGL v1.0.0
Loading...
Searching...
No Matches
orbit_radii.h
Go to the documentation of this file.
1
9#ifndef ORBIT_RADII_H
10#define ORBIT_RADII_H
11
18const float MERCURY_ORBIT_RADIUS = 5.0;
19
26const float VENUS_ORBIT_RADIUS = 8.0;
27
34const float EARTH_ORBIT_RADIUS = 11.0;
35
42const float MARS_ORBIT_RADIUS = 14.0;
43
50const float JUPITER_ORBIT_RADIUS = 20.0;
51
58const float SATURN_ORBIT_RADIUS = 28.0;
59
66const float URANUS_ORBIT_RADIUS = 35.0;
67
74const float NEPTUNE_ORBIT_RADIUS = 40.0;
75
76#endif // ORBIT_RADII_H
const float NEPTUNE_ORBIT_RADIUS
Orbital radius of Neptune.
Definition orbit_radii.h:74
const float URANUS_ORBIT_RADIUS
Orbital radius of Uranus.
Definition orbit_radii.h:66
const float JUPITER_ORBIT_RADIUS
Orbital radius of Jupiter.
Definition orbit_radii.h:50
const float MARS_ORBIT_RADIUS
Orbital radius of Mars.
Definition orbit_radii.h:42
const float SATURN_ORBIT_RADIUS
Orbital radius of Saturn.
Definition orbit_radii.h:58
const float MERCURY_ORBIT_RADIUS
Orbital radius of Mercury.
Definition orbit_radii.h:18
const float VENUS_ORBIT_RADIUS
Orbital radius of Venus.
Definition orbit_radii.h:26
const float EARTH_ORBIT_RADIUS
Orbital radius of Earth.
Definition orbit_radii.h:34