Function interpolate_axis_angle_batch

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

Interpolates betwen batch of axis angles where the batch is shape [nr_joints, 3]