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 407
e4665946 2509 36a6 d828 b430dfc50279
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.MultiplyABT(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static GMatrix MultiplyABT(
GMatrix a,
GMatrix b
)
VB
Public Shared Function MultiplyABT (
a As GMatrix,
b As GMatrix
) As GMatrix
C++
public:
static GMatrix^ MultiplyABT(
GMatrix^ a,
GMatrix^ b
)
F#
static member MultiplyABT :
a : GMatrix *
b : GMatrix -> GMatrix
- GMatrix
- \[Missing <param name="a"/> documentation for "M:netDxf.GTE.GMatrix.MultiplyABT(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"\]
- GMatrix
- \[Missing <param name="b"/> documentation for "M:netDxf.GTE.GMatrix.MultiplyABT(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"\]
GMatrix
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.MultiplyABT(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"]