concepts.math.rotationlib_xyzw.slerp_xyzw#

slerp_xyzw(q0, q1, t)#

Spherical linear interpolation between two quaternions.

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