pub fn lerp(a: [f32; 3], b: [f32; 3], t: f32) -> [f32; 3]
Component-wise linear interpolation from a to b.
a
b