concepts.math.rotationlib_xyzw.slerp# slerp(q0, q1, t)[source]# Spherical linear interpolation between two quaternions. q(t) = q_0 * (q_0^{-1} * q_1)^t