Function mat2::from_mat3 [] [src]

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