Function nalgebra_glm::quat_slerp

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

Interpolate spherically between x and y.