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

VRageMath.Matrix3x3.Transpose

Malware edited this page Dec 24, 2018 · 16 revisions

IndexMatrix3x3

void Transpose(ref Matrix3x3 matrix, ref Matrix3x3 result)

Summary

Transposes the rows and columns of a matrix.

void Transpose()

Clone this wiki locally