VRageMath.MatrixD.Transpose - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MatrixD
public static MatrixD Transpose(MatrixD matrix)
Transposes the rows and columns of a matrix.
- MatrixD matrix
public static void Transpose(ref MatrixD matrix, out MatrixD result)
Transposes the rows and columns of a matrix.