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

Add rotations using Euler parameters and MRPs #96

Conversation

ChristopherRabotin
Copy link
Member

The TODO list is in the issue.

Closes #35

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Patch coverage: 85.58% and project coverage change: +4.26% 🎉

Comparison is base (35d2b87) 55.57% compared to head (ab26076) 59.83%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
+ Coverage   55.57%   59.83%   +4.26%     
==========================================
  Files          55       59       +4     
  Lines        4763     5530     +767     
==========================================
+ Hits         2647     3309     +662     
- Misses       2116     2221     +105     
Files Changed Coverage Δ
src/almanac/mod.rs 86.66% <ø> (ø)
src/bin/anise/main.rs 0.00% <0.00%> (ø)
src/ephemerides/paths.rs 82.65% <ø> (ø)
src/ephemerides/translate_to_parent.rs 91.17% <ø> (ø)
src/ephemerides/translations.rs 48.05% <ø> (ø)
src/errors.rs 0.00% <ø> (ø)
src/frames/celestial_frame.rs 0.00% <ø> (ø)
src/frames/geodetic_frame.rs 0.00% <ø> (ø)
src/math/mod.rs 0.00% <ø> (ø)
src/naif/daf/daf.rs 60.82% <39.28%> (-4.68%) ⬇️
... and 8 more

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.

📢 Have feedback on the report? Share it here.

Copy link
Member Author

@ChristopherRabotin ChristopherRabotin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks generally good. I'll work with this and make changes when and where I see fit. This is pre-1.0 anyway.

@ChristopherRabotin ChristopherRabotin merged commit 273b162 into master Sep 8, 2023
9 checks passed
@ChristopherRabotin ChristopherRabotin deleted the 35-structures-and-traits-for-rotation-mathematics-so3-group branch September 8, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Structures and traits for rotation mathematics ( SO(3) group )
1 participant