Function hexasphere::interpolation::lerp
source · pub fn lerp(a: Vec3A, b: Vec3A, p: f32) -> Vec3A
Expand description
Simple linear interpolation. No weirdness here.
pub fn lerp(a: Vec3A, b: Vec3A, p: f32) -> Vec3A
Simple linear interpolation. No weirdness here.