Function mat4::from_quat [] [src]

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