Transpose
Summary
public static void Transpose(ref Matrix3x3 matrix, out Matrix3x3 result)
Transposes the rows and columns of a matrix.
Parameters
Summary
public void Transpose()
public static void Transpose(ref Matrix3x3 matrix, out Matrix3x3 result)
Transposes the rows and columns of a matrix.
public void Transpose()