pub fn Vec3_Lerp(result: &mut Vec3, a: &Vec3, b: &Vec3, blend: c_float)
Expand description

Linearly interpolates components of two vectors.