concepts.math.rotationlib_wxyz.slerp_wxyz#

slerp_wxyz(q0, q1, t)#

Spherical linear interpolation between two quaternions.

q(t) = q_0 * (q_0^{-1} * q_1)^t