Function mat4::transpose [] [src]

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