Function mat2::from_mat32 [] [src]

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