[][src]Function hexasphere::geometric_slerp_half

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

This is an optimization for the geometric_slerp in the case where p is 0.5 or 50%.

Note: a and b should both be normalized for normalized results.