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 Jan 26, 2019 · 16 revisions

IndexNamespace IndexMatrix3x3

Summary

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

Transposes the rows and columns of a matrix.

Parameters

Summary

public void Transpose()
Clone this wiki locally