pub fn quat_short_mix<N: Real>(x: &Qua<N>, y: &Qua<N>, a: N) -> Qua<N>
Expand description

The spherical linear interpolation between two quaternions.