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

Rotate vector around abitrary axis #11

Merged
merged 2 commits into from
Aug 15, 2020
Merged

Conversation

quartercastle
Copy link
Owner

@quartercastle quartercastle commented Aug 13, 2020

The old implementation worked with predefined X, Y and Z axis which where quit
limiting. A better solution is to simply take a vector as the axis, this
allows a vector to be rotate around an abitrary axis if needed.

Resolve #9.

@quartercastle quartercastle force-pushed the rotate-around-vector branch 3 times, most recently from c2763d6 to 463563b Compare August 13, 2020 20:23
The old implementation worked with predefined X, Y, Z axis which are quit
limiting. A better solution is to simply take a vector as the axis, this
allows a vector to be rotate around an abitrary axis if needed.
@quartercastle quartercastle merged commit c28fc2b into master Aug 15, 2020
@quartercastle quartercastle deleted the rotate-around-vector branch November 23, 2021 20:22
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.

Rotate around an arbitrary axis
1 participant