[][src]Function skeletal_animation::math::mat4_sub

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

Subtracts 'b' from 'a'.