This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
c7ba5ccb 90fb 4623 abe7 785d65283459
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GMatrix,netDxf.GTE.GVector)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static GVector operator *(
GMatrix m,
GVector v
)VB
Public Shared Operator * (
m As GMatrix,
v As GVector
) As GVectorC++
public:
static GVector^ operator *(
GMatrix^ m,
GVector^ v
)F#
static let inline (*)
m : GMatrix *
v : GVector : GVector- GMatrix
- \[Missing <param name="m"/> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GMatrix,netDxf.GTE.GVector)"\]
- GVector
- \[Missing <param name="v"/> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GMatrix,netDxf.GTE.GVector)"\]
GVector
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GMatrix,netDxf.GTE.GVector)"]