Function mat32::set_mat4[][src]

pub fn set_mat4<'out, T>(out: &'out mut [T; 6], m: &[T; 16]) -> &'out mut [T; 6] where
    T: Clone