-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split EllipticalOrbit and HyperbolicOrbit classes
- Store semimajor axis instead of pericenterDistance in EllipticalOrbit - Store semiminor axis to avoid some sqrt calls during evaluation - Support zero and negative mean anomaly in hyperbolic orbits - Fix velocity calculation for hyperbolic orbits - Consolidate state vector to orbital elements calculations - Extend orbital elements calculation to support hyperbolic orbits - Add tests for orbital elements calculations - Fix hyperbolic orbital elements display in Qt info panel
- Loading branch information
Showing
11 changed files
with
593 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.