Quaternion Slerp_prime(const Quaternion & q0, const Quaternion & q1, const Real t);
It is customary to choose the sign on
so that
(the angle between
and
is acute). This
choice avoids extra spinning caused by the interpolated rotations
[2]. For unit quaternions Slerp is defined as
![]() |
(2.26) |
Quaternion