Skip to main content

lerp

Function lerp 

Source
pub fn lerp(a: Vec3, b: Vec3, t: f64) -> Vec3
Expand description

Linear interpolation a + t * (b - a).