-
Notifications
You must be signed in to change notification settings - Fork 391
Fix plane rotation method #235
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
Conversation
602fcfa to
48ee781
Compare
Codecov Report
@@ Coverage Diff @@
## master #235 +/- ##
==========================================
+ Coverage 94.84% 94.86% +0.02%
==========================================
Files 18 18
Lines 4173 4190 +17
==========================================
+ Hits 3958 3975 +17
Misses 215 215
Continue to review full report at Codecov.
|
|
@adam-urbanczyk Are you ok with me merging this? |
|
Yes @jmwright , looks good to me. |
|
@Peque It looks like we have a merge conflict now. Can you take a look please? As soon as that's taken care of I'll merge it. |
The vector defining the rotation is expected to be in local coordinates and therefore needs to be converted to world coordinates before applying the rotation.
|
@jmwright Rebased against upstream. 👍 😊 |
|
@Peque Thanks for the contribution. |
The vector defining the rotation is expected to be in local coordinates
and therefore needs to be converted to world coordinates before applying
the rotation.
Closes #233.