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