Is there an algorithm for converting quaternion rotations to Euler angle rotations?

前端 未结 8 1640
臣服心动
臣服心动 2020-12-12 13:35

Is there an existing algorithm for converting a quaternion representation of a rotation to an Euler angle representation? The rotation order for the Euler representation is

8条回答
  •  悲哀的现实
    2020-12-12 14:08

    I have posted my paper titled "Quaternion to Euler Angle Conversion for Arbitrary Rotation Sequence Using Geometric Methods" on my website at noelhughes.net. I also have algorithms for converting any set of Euler angles to a quaternion and quaternion to/from direction cosine matrix which I will post this weekend. These are also on Martin Bakers website, though a little difficult to find. Google my name, Noel Hughes, and quaternions and you should find it.

提交回复
热议问题