Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.Matrix.Transpose

Malware edited this page Dec 24, 2018 · 16 revisions

IndexMatrix

Matrix Transpose(Matrix matrix)

Summary

Transposes the rows and columns of a matrix.

void Transpose(ref Matrix matrix, ref Matrix result)

Summary

Transposes the rows and columns of a matrix.

Clone this wiki locally