[][src]Function skeletal_animation::math::mat3x4_sub

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

Subtracts 'b' from 'a'.