You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the SunBody and PlanetBody classes are located inside the SystemBodies module. However, there is also an unused module named OrbitalBody that could be deleted. The PlanetBody could actually inherit certain things from the OrbitalBody class (since it orbits), then have the Sun and Planets be abstracted away into only containing their specific JPL Horizons values and rendering routines, which allows for other types of objects, like parabolic orbits (for comets), to be created.
The text was updated successfully, but these errors were encountered:
Right now, the
SunBody
andPlanetBody
classes are located inside theSystemBodies
module. However, there is also an unused module namedOrbitalBody
that could be deleted. ThePlanetBody
could actually inherit certain things from theOrbitalBody
class (since it orbits), then have the Sun and Planets be abstracted away into only containing their specific JPL Horizons values and rendering routines, which allows for other types of objects, like parabolic orbits (for comets), to be created.The text was updated successfully, but these errors were encountered: