Function mat2::from_mat4 [] [src]

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