Function mat2::from_mat4 [] [src]

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