Function mat3::from_mat3 [] [src]

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