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

Normalized linear interpolation between two quaternions.