Function multiply_matrix

Source
pub fn multiply_matrix(a: &[f32; 16], b: &[f32; 16], out: &mut [f32; 16])