Function nalgebra_glm::quat_lerp[][src]

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

Interpolate linearly between x and y.