[][src]Function skeletal_animation::math::mat2x3_sub

pub fn mat2x3_sub<T>(a: [[T; 3]; 2], b: [[T; 3]; 2]) -> [[T; 3]; 2] where
    T: Copy + Sub<T, Output = T>, 

Subtracts 'b' from 'a'.