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

ebb6cd05 08a9 4a2d 9b90 fe5ee9289ac6

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 Matrix3 Inverse()

VB

Public Function Inverse As Matrix3

C++

public:
Matrix3 Inverse()

F#

member Inverse : unit -> Matrix3 

Return Value

Matrix3
Inverse Matrix3.

See Also

Reference

Matrix3 Structure
netDxf Namespace

Clone this wiki locally