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

VRageMath.MatrixD.Transpose

Malware edited this page Apr 8, 2019 · 17 revisions

IndexNamespace IndexMatrixD

Summary

public static MatrixD Transpose(MatrixD matrix)

Transposes the rows and columns of a matrix.

Returns

MatrixD

Parameters

Summary

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

Transposes the rows and columns of a matrix.

Parameters

Clone this wiki locally