Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Architecture change of OrbitalMotion <-> CelestialBody relationship #64

Open
DJBen opened this issue Jul 5, 2017 · 0 comments
Open

Comments

@DJBen
Copy link
Owner

DJBen commented Jul 5, 2017

Current references:

                                                      DB
                                                      |
CelestialBody <--(motion)-- Motion† <--(centerBody)-- CelestialBody <--(motion)-- Motion*

The first and third CelestialBody are not the same instance because the latter is initialized on the fly from the database without any motion info.

Proposed changes:

MotionManager              DB
|                          |
Motion <--(affectedBody)-- CelestialBody
     + <--(centerBody)-- CelestialBody

where CelestialBody are independent from Motion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant