[][src]Function nalgebra_glm::quat_lerp

pub fn quat_lerp<N: RealField>(x: &Qua<N>, y: &Qua<N>, a: N) -> Qua<N>

Interpolate linearly between x and y.