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%.
geometric_slerp
p
0.5
Note: a and b should both be normalized for normalized results.
a
b