[]Function rusty_engine::prelude::glm::quat_short_mix

pub fn quat_short_mix<N>(
    x: &Quaternion<N>,
    y: &Quaternion<N>,
    a: N
) -> Quaternion<N> where
    N: RealField

The spherical linear interpolation between two quaternions.