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 409
c1dbad14 25dd 5ecb 3036 b2ff677d706d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.MultiplyMD(netDxf.GTE.GMatrix,netDxf.GTE.GVector)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static GMatrix MultiplyMD(
GMatrix m,
GVector d
)
VB
Public Shared Function MultiplyMD (
m As GMatrix,
d As GVector
) As GMatrix
C++
public:
static GMatrix^ MultiplyMD(
GMatrix^ m,
GVector^ d
)
F#
static member MultiplyMD :
m : GMatrix *
d : GVector -> GMatrix
- GMatrix
- \[Missing <param name="m"/> documentation for "M:netDxf.GTE.GMatrix.MultiplyMD(netDxf.GTE.GMatrix,netDxf.GTE.GVector)"\]
- GVector
- \[Missing <param name="d"/> documentation for "M:netDxf.GTE.GMatrix.MultiplyMD(netDxf.GTE.GMatrix,netDxf.GTE.GVector)"\]
GMatrix
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.MultiplyMD(netDxf.GTE.GMatrix,netDxf.GTE.GVector)"]