Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

9f15c75d 5b22 c165 e883 0bb5d3ae582d

haplokuon edited this page May 6, 2023 · 1 revision

Transpose Method

netDxf 3.0.0 Library

Obtains the transpose matrix.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Matrix3 Transpose()

VB

Public Function Transpose As Matrix3

C++

public:
Matrix3 Transpose()

F#

member Transpose : unit -> Matrix3 

Return Value

Matrix3
Transpose matrix.

See Also

Reference

Matrix3 Structure
netDxf Namespace

Clone this wiki locally