Function mat32::from_mat4 [] [src]

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