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

Euler angles proposal #30

Open
recp opened this issue Feb 27, 2018 · 0 comments
Open

Euler angles proposal #30

recp opened this issue Feb 27, 2018 · 0 comments

Comments

@recp
Copy link
Owner

recp commented Feb 27, 2018

Ken Shoemake's algorithm seems most common one, it also handles 24 different permutations of rotation order. Maybe instead of providing separate functions for euler angles we could adopt that algorithm / codes.

Related implementation (Graphics Gems IV): https://github.com/erich666/GraphicsGems/tree/master/gemsiv/euler_angle
https://github.com/erich666/GraphicsGems/blob/master/gemsiv/euler_angle/EulerAngles.c

It also provides euler to quaternion which is in our TODO list. I hope there is no any LICENSE conflict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant