Function mat4::inverse [] [src]

pub fn inverse<'a, 'b, T: Copy + Num>(
    out: &'a mut [T; 16],
    a: &'b [T; 16]
) -> &'a mut [T; 16]