[Overview][Types][Classes][Procedures and functions][Index] |
Returns the transposition of the matrix.
Source position: matrix.pp line 196
function Tmatrix3_single.transpose: Tmatrix3_single; |
Tmatrix2_single.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.