transpose

fun transpose(matrix: Matrix3, result: Matrix3): Matrix3(source)

Computes the transpose of the provided matrix.

Return

The modified result parameter.

Parameters

matrix

The matrix to transpose.

result

The object onto which to store the result.

See also