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

8575d7e7 0912 50e8 a8c1 388c49c0637e

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

VB

Public Function Inverse As Matrix4

C++

public:
Matrix4 Inverse()

F#

member Inverse : unit -> Matrix4 

Return Value

Matrix4
Inverse Matrix4.

See Also

Reference

Matrix4 Structure
netDxf Namespace

Clone this wiki locally