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

The spherical linear interpolation between two quaternions.