Skip to main content

lerp

Function lerp 

Source
pub fn lerp(a: [f32; 3], b: [f32; 3], t: f32) -> [f32; 3]
Expand description

Component-wise linear interpolation from a to b.