This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
6f2b8947 bf14 f1a6 6c66 b4517e6e7317
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.Inverse(netDxf.GTE.GMatrix,System.Boolean@)"]
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
- 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@)"\]
GMatrix
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.Inverse(netDxf.GTE.GMatrix,System.Boolean@)"]