Bases: EnumBase
Different type of orbital motion for the Celestial bodies. Will be used to branch the computational logics
C++ Source:
-
ELLIPTIC: OrbitType = Ellipsis
Far away star - No orbit
- Type:
1
-
STAR: OrbitType = Ellipsis
0
-
VSOP87: OrbitType = Ellipsis
Generic Ellipsoidal Orbit
- Type:
2