Skip to content

Quaternion math #239

Answered by erikfrey
aldopareja asked this question in Q&A
Oct 11, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

This is a great question. I'm less familiar with textbooks in this space, maybe @cdfreeman-google can chime in. However I will say that I think transforms3d is a great repository for nicely documented, well commented code:

https://matthew-brett.github.io/transforms3d/index.html

For example, here is their implementation of the quaternion rotation op:

https://github.com/matthew-brett/transforms3d/blob/main/transforms3d/quaternions.py#L421

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cdfreeman-google
Comment options

Answer selected by cdfreeman-google
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants