Returns the transpose of this matrix.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
25.3.0.0
Syntax
public Matrix2d Transpose()
Public Function Transpose As Matrix2d
public:
Matrix2d Transpose()
member Transpose : unit -> Matrix2d
Return Value
Matrix2d
See Also