Function quat::from_mat3 [] [src]

pub fn from_mat3<'a, 'b, T: Copy + Num + Sqrt>(
    out: &'a mut [T; 4],
    m: &'b [T; 9]
) -> &'a mut [T; 4]