Function mat2::set_mat3[][src]

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