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

ed55531e 5e02 b370 be76 ed35adbb8378

haplokuon edited this page May 6, 2023 · 1 revision

Inverse Method

netDxf 3.0.0 Library

Calculates the inverse matrix.

Definition

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

C#

public Matrix2 Inverse()

VB

Public Function Inverse As Matrix2

C++

public:
Matrix2 Inverse()

F#

member Inverse : unit -> Matrix2 

Return Value

Matrix2
Inverse Matrix2.

See Also

Reference

Matrix2 Structure
netDxf Namespace

Clone this wiki locally