Function nalgebra_glm::quat_slerp

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

Interpolate spherically between x and y.