Function mat32::set_mat2[][src]

pub fn set_mat2<'out, T>(out: &'out mut [T; 6], m: &[T; 4]) -> &'out mut [T; 6] where
    T: Zero + Clone