[][src]Function hexasphere::lerp

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

Simple linear interpolation. No weirdness here.