Function mat32::from_mat2 [] [src]

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