Function nalgebra_glm::quat_lerp[][src]

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

Interpolate linearly between x and y.