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

VRageMath.Matrix3x3.Transpose

Malware edited this page Apr 8, 2019 · 17 revisions

IndexNamespace IndexMatrix3x3

Summary

public static void Transpose(ref Matrix3x3 matrix, ref Matrix3x3 result)

Transposes the rows and columns of a matrix.

Parameters

Summary

public void Transpose()

Clone this wiki locally