Function mat4::from_mat3 [] [src]

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