Cogl.Matrix.prototype.transpose
function transpose(): void { // Gjs wrapper for cogl_matrix_transpose() }
Replaces matrix with its transpose. Ie, every element (i,j) in the new matrix is taken from element (j,i) in the old matrix.
Since 1.10
function transpose(): void { // Gjs wrapper for cogl_matrix_transpose() }
Replaces matrix with its transpose. Ie, every element (i,j) in the new matrix is taken from element (j,i) in the old matrix.
Since 1.10