[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'matrix' (#rtl)

Tmatrix4_single.transpose

Returns the transposition of the matrix.

Declaration

Source position: matrix.pp line 237

function Tmatrix4_single.transpose: Tmatrix4_single;

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.