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