[][src]Function skeletal_animation::math::mat4x3_sub

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

Subtracts 'b' from 'a'.