[][src]Function nalgebra_glm::quat_slerp

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

Interpolate spherically between x and y.