myMatrix.transpose() in Anark Studio 2.5

Transpose the matrix.

Return Type
(none)

Description

Modifies the current matrix to be its own transpose. The transpose of a matrix has its elements flipped along its horizontal line (upper left to lower right).