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