interpolate_axis_angle

Function interpolate_axis_angle 

Source
pub fn interpolate_axis_angle(
    this_axis: &Array1<f32>,
    other_axis: &Array1<f32>,
    other_weight: f32,
) -> Array1<f32>
Expand description

Interpolates between two axis angles using a slerp