pub fn normalized_lerp(a: Vec3A, b: Vec3A, p: f32) -> Vec3A
Expand description

Performs normalized linear interpolation. This creates distortion when compared with spherical interpolation along an arc, however this is most likely faster, as though this avoids expensive sin and acos calculations.