[][src]Function vecmath::mat3x4_transposed

pub fn mat3x4_transposed<T: Copy>(a: Matrix3x4<T>) -> Matrix4x3<T>

Constructs the transpose of a matrix.