quaternion rotation question

Started by
0 comments, last by erissian 15 years, 11 months ago
Hi all Say I have two quaternions q1 and q2, q1 == previous orientation and q2 == new orientation. How would I constrain q2 so that the difference in angle between q1 and q2 does not exceed a Max rotation constant? Thanks
Advertisement
The angle of a quaternion is given by 2cos-1(a), so you can redefine a as your maximum angle, and then normalize by adjusting the other components.

Edit: Fixed HTML

[Edited by - erissian on May 12, 2008 5:14:55 PM]
We''re sorry, but you don''t have the clearance to read this post. Please exit your browser at this time. (Code 23)

This topic is closed to new replies.

Advertisement