hexasphere::interpolation

Function lerp

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

Simple linear interpolation. No weirdness here.