M_Rhino_Geometry_Matrix_Transpose - mcneel/rhinocommon-api-docs GitHub Wiki

Matrix.Transpose Method

Modifies this matrix to be its transpose. This is like swapping rows with columns.

http://en.wikipedia.org/wiki/Transpose

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Transpose()

VB

Public Function Transpose As Boolean

Return Value

Type: Boolean
true if operation succeeded; otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Matrix Class
Rhino.Geometry Namespace

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