-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds common functionality related to reference frame conversion. * Adds some basic operations to help ease the use of the `ECEF` type, which gets mathematically manipulated in the reference frame transformations * Adds a helper function to get the fractional year representation of a point in time, which is helpful in the reference frame transformations * Adds a new `Coordinate` type which aggregates together position, velocity, time, and reference frame. * Adds a new `Transformation` type which contains the needed information to transform between two reference frames, and can transform a `Coordinate` object
- Loading branch information
Showing
6 changed files
with
1,536 additions
and
0 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
Oops, something went wrong.