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

6f2b8947 bf14 f1a6 6c66 b4517e6e7317

haplokuon edited this page May 6, 2023 · 1 revision

Inverse Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.Inverse(netDxf.GTE.GMatrix,System.Boolean@)"]

Definition

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

C#

public static GMatrix Inverse(
	GMatrix m,
	out bool invertible
)

VB

Public Shared Function Inverse ( 
	m As GMatrix,
	<OutAttribute> ByRef invertible As Boolean
) As GMatrix

C++

public:
static GMatrix^ Inverse(
	GMatrix^ m, 
	[OutAttribute] bool% invertible
)

F#

static member Inverse : 
        m : GMatrix * 
        invertible : bool byref -> GMatrix 

Parameters

  GMatrix
\[Missing <param name="m"/> documentation for "M:netDxf.GTE.GMatrix.Inverse(netDxf.GTE.GMatrix,System.Boolean@)"\]
  Boolean
\[Missing <param name="invertible"/> documentation for "M:netDxf.GTE.GMatrix.Inverse(netDxf.GTE.GMatrix,System.Boolean@)"\]

Return Value

GMatrix
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.Inverse(netDxf.GTE.GMatrix,System.Boolean@)"]

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally