Function mat3::set_mat32[][src]

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