Function nalgebra_glm::quat_short_mix[][src]

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

The spherical linear interpolation between two quaternions.