Function nalgebra_glm::quat_slerp[][src]

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

Interpolate spherically between x and y.