Bases: EnumBase
Any celestial body with an Elliptic Orbit type will have to provide the elliptic parameters
Other will use the solar system VSOP87 computations for their location
C++ Source:
-
EARTH: OrbitType = Ellipsis
3
-
ELLIPTIC: OrbitType = Ellipsis
0
-
JUPITER: OrbitType = Ellipsis
5
-
MARS: OrbitType = Ellipsis
4
-
MERCURY: OrbitType = Ellipsis
1
-
MOON: OrbitType = Ellipsis
9
-
NEPTUNE: OrbitType = Ellipsis
8
-
SATURN: OrbitType = Ellipsis
6
-
URANUS: OrbitType = Ellipsis
7
-
VENUS: OrbitType = Ellipsis
2