Function nalgebra_glm::slerp

source ·
pub fn slerp<N: Real>(x: &TVec3<N>, y: &TVec3<N>, a: N) -> TVec3<N>
Expand description

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