[][src]Function nalgebra_glm::slerp

pub fn slerp<N: RealField>(x: &TVec3<N>, y: &TVec3<N>, a: N) -> TVec3<N>

Computes a spherical linear interpolation between the vectors x and y assumed to be normalized.