Function hexasphere::interpolation::geometric_slerp_half
source · pub fn geometric_slerp_half(a: Vec3A, b: Vec3A) -> Vec3AExpand description
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.