Function hexasphere::interpolation::lerp_half
source · pub fn lerp_half(a: Vec3A, b: Vec3A) -> Vec3A
Expand description
Gives the average of the two points.
pub fn lerp_half(a: Vec3A, b: Vec3A) -> Vec3A
Gives the average of the two points.