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

8694cefc 1e39 e49c 1482 040756a17b98

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 Matrix4 Transpose()

VB

Public Function Transpose As Matrix4

C++

public:
Matrix4 Transpose()

F#

member Transpose : unit -> Matrix4 

Return Value

Matrix4
Transpose matrix.

See Also

Reference

Matrix4 Structure
netDxf Namespace

Clone this wiki locally