Function inverse_matrix

Source
pub fn inverse_matrix(m: &[f32; 16], out: &mut [f32; 16]) -> bool