VRageMath.MatrixD.Transpose - bimbam2103/space_engineers GitHub Wiki

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, out MatrixD result)

Transposes the rows and columns of a matrix.

Parameters

⚠️ **GitHub.com Fallback** ⚠️