Function quat::set_mat2[][src]

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