Function quat::from_mat32 [] [src]

pub fn from_mat32<'a, T: Copy + Num>(
    out: &'a mut [T; 4],
    m: &[T; 6]
) -> &'a mut [T; 4]