Advertisement

quaternion/axis-angle to euler conversion

Started by July 27, 2002 09:47 PM
2 comments, last by Rozza 22 years, 6 months ago
How do i go about converting a quaternion or an axis-angle rotation to a euler(x,y,z) rotation? Thanks in advance, Rohan
Or matrix to euler.

Rohan
Advertisement
You can find this sort of thing all over the web with Google. This is one page I found in 3 whole seconds.

There are actually multiple Euler angle rotations equivalent to the same quaternion (depending on the order the the yaw, pitch, and roll are done) but for your purposes I doubt it will matter.
This is very helpful

http://www.flipcode.com/documents/matrfaq.html

This topic is closed to new replies.

Advertisement