-
Notifications
You must be signed in to change notification settings - Fork 80
Fix rotation around Y axis #262
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
Current implementation rotates clockwise which is not the norm and not consistent to the other implemented rotations.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). For more information, open the CLA check for this pull request. |
Any updates? When will it be merged? |
Hi, If you are still around I'd be interesting in merging this change. |
Ping @moritzblume |
Sure, go ahead! Do you need anything else from my side?
…On Tue, 20 Jun 2023, 18:12 John McCutchan, ***@***.***> wrote:
Ping @moritzblume <https://github.com/moritzblume>
—
Reply to this email directly, view it on GitHub
<#262 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABU37QI27FU2CCPRMGPIQDDXMHDVNANCNFSM5TYHIIMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
this is causing failures in CI! https://github.com/google/vector_math.dart/actions/runs/5602301361/job/15176578907#step:9:76 |
This reverts commit 048777a.
@moritzblume We discovered two issues with the CL and so we had to revert, please address the following:
For issue (1) is pretty trivial, just swapping the signs in the test expectation. |
Current implementation rotates clockwise which is not the norm and not consistent to the implemented X and Y rotation matrices.
This PR fixes issue #261 .