Function nalgebra_glm::slerp[][src]

pub fn slerp<T: RealNumber>(x: &TVec3<T>, y: &TVec3<T>, a: T) -> TVec3<T>
Expand description

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