Function quat::set_mat32[][src]

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