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 documentation for RotationGenerator #211

Merged
merged 7 commits into from
Jan 23, 2022

Conversation

hyrodium
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jan 15, 2022

Codecov Report

Merging #211 (eb95458) into master (754769c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #211   +/-   ##
=======================================
  Coverage   88.13%   88.13%           
=======================================
  Files          15       15           
  Lines        1601     1601           
=======================================
  Hits         1411     1411           
  Misses        190      190           
Impacted Files Coverage Δ
src/angleaxis_types.jl 94.17% <ø> (ø)
src/euler_types.jl 92.42% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 754769c...eb95458. Read the comment docs.

# create the null rotation (identity matrix)
# create the identity rotation (identity matrix)
Copy link
Collaborator Author

@hyrodium hyrodium Jan 15, 2022

Choose a reason for hiding this comment

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

I'm not familiar with these wordings, but the word "null rotation" seems different from "identity rotation".

Comment on lines -36 to +38
x_{\mathrm{R}} &= x_{\mathrm{U}}/w_{\mathrm{U}} \\
y_{\mathrm{R}} &= y_{\mathrm{U}}/w_{\mathrm{U}} \\
z_{\mathrm{R}} &= z_{\mathrm{U}}/w_{\mathrm{U}}
x_{\mathrm{R}} &= x_{\mathrm{Q}}/w_{\mathrm{Q}} \\
y_{\mathrm{R}} &= y_{\mathrm{Q}}/w_{\mathrm{Q}} \\
z_{\mathrm{R}} &= z_{\mathrm{Q}}/w_{\mathrm{Q}}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These changes are related with #201. (UnitQuaternion -> QuatRotation)

@hyrodium hyrodium requested a review from andyferris January 15, 2022 13:56
@hyrodium hyrodium marked this pull request as ready for review January 15, 2022 13:56
@hyrodium hyrodium mentioned this pull request Jan 15, 2022
@hyrodium hyrodium merged commit 62e4afd into JuliaGeometry:master Jan 23, 2022
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.

1 participant