Function mat4::from_mat2 [] [src]

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