Function nalgebra_glm::quat_lerp

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

Interpolate linearly between x and y.