Function mat3::from_quat [] [src]

pub fn from_quat<'a, T: Copy + Num>(
    out: &'a mut [T; 9],
    q: &[T; 4]
) -> &'a mut [T; 9]