Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Matrix.Transpose

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMatrix

Summary

public Matrix Transpose(Matrix matrix)

Transposes the rows and columns of a matrix.

Returns

Matrix

Parameters

Summary

public void Transpose(ref Matrix matrix, ref Matrix result)

Transposes the rows and columns of a matrix.

Parameters

Clone this wiki locally