Function vecmath::mat3x4_transposed [−][src]
pub fn mat3x4_transposed<T: Copy>(a: Matrix3x4<T>) -> Matrix4x3<T>
Constructs the transpose of a matrix.
pub fn mat3x4_transposed<T: Copy>(a: Matrix3x4<T>) -> Matrix4x3<T>
Constructs the transpose of a matrix.