pub fn interpolate_axis_angle( this_axis: &Array1<f32>, other_axis: &Array1<f32>, other_weight: f32, ) -> Array1<f32>
Interpolates between two axis angles using a slerp