[][src]Function hexasphere::normalized_lerp_half

pub fn normalized_lerp_half(a: Vec3A, b: Vec3A) -> Vec3A

This is an optimization of normalized_lerp which avoids a multiplication.