-
Notifications
You must be signed in to change notification settings - Fork 45
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
Fix Basis(), Basis#isOrthogonal, Basis#isEqualApprox #330
Fix Basis(), Basis#isOrthogonal, Basis#isEqualApprox #330
Conversation
Hello @richardtreier, thanks for the bugfix. Can you add a test to check this, so that we avoid regression ? |
I added some tests, however, am currently unable to run them, so I hope to test them in the pipeline. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The NIT comment would be a nice to have, but I'm happy without it as well.
Thanks a lot for fixing this issue!
I got tests running (with godot/3.3), and |
CI is failing because you can't access PGP key to sign gradle plugin. |
basis.getRotationQuat()
andbasis.orthonormalized().getQuat()
are currently throwing