Function nalgebra_glm::slerp[][src]

pub fn slerp<N: Real>(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.