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

Fix Quaternion.computeAxis #11684

Merged
merged 4 commits into from
Dec 12, 2023
Merged

Fix Quaternion.computeAxis #11684

merged 4 commits into from
Dec 12, 2023

Conversation

javagl
Copy link
Contributor

@javagl javagl commented Dec 11, 2023

Addresses #11665 :

Use the x-axis as the result for the unit quaternion and for the quaternion that describes as rotation about 360 degrees.

Use the x-axis as the result for the unit quaternion
and for the quaternion that describes as rotation
about 360 degrees.
@javagl
Copy link
Contributor Author

javagl commented Dec 11, 2023

(Not sure which parts of the build failures are related to this PR itself, but ... I assume ... none of them...)

@ggetz
Copy link
Contributor

ggetz commented Dec 11, 2023

(Not sure which parts of the build failures are related to this PR itself, but ... I assume ... none of them...)

Huh. @javagl Would you mind merging in main just to confirm there's no discrepancies?

@javagl
Copy link
Contributor Author

javagl commented Dec 11, 2023

Not sure what happened here - I'm pretty sure that I branched off from main, but now merging in main caused something to wreak havoc up to a point where the pre-commit hooks couldn't be run. Some juggling in the style of xkcd 1597 may have fixed this, otherwise, this will have to be closed and fixed at a later point in time.

@ggetz
Copy link
Contributor

ggetz commented Dec 12, 2023

@javagl The CI failure is fixed in #11689 (comment). I'm going to update the branch for you.

@ggetz
Copy link
Contributor

ggetz commented Dec 12, 2023

Thanks @javagl!

@ggetz ggetz merged commit 334e7b7 into main Dec 12, 2023
5 checks passed
@ggetz ggetz deleted the fix-quaternion-compute-axis branch December 12, 2023 18:30
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.

2 participants