Returns the transposition of the matrix.
Source position: matrix.pp line 184
function Tmatrix2_extended.transpose: Tmatrix2_extended; |
Tmatrix2_extended.transpose returns a new matrix that is the transposition of the matrix, that is, the matrix with the x and y coordinates of the values swapped.