Function mat4_transposed

Source
pub fn mat4_transposed<T: Copy>(a: Matrix4<T>) -> Matrix4<T>
Expand description

Constructs the transpose of a matrix.