quaternion_interpolate_lerp_fast

Function quaternion_interpolate_lerp_fast 

Source
pub fn quaternion_interpolate_lerp_fast<B: Backend>(
    lhs: Tensor<B, 2>,
    other: Tensor<B, 2>,
    other_weight: f32,
) -> Tensor<B, 2>