Function mat4::rotate_z [] [src]

pub fn rotate_z<'a, T: Copy + Num>(
    out: &'a mut [T; 16],
    a: &[T; 16],
    angle: T
) -> &'a mut [T; 16]