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 420
c50429fb 712e 8c42 23fb 288d84f250ed
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.GVector,netDxf.GTE.GMatrix)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static GVector operator *(
GVector v,
GMatrix m
)
VB
Public Shared Operator * (
v As GVector,
m As GMatrix
) As GVector
C++
public:
static GVector^ operator *(
GVector^ v,
GMatrix^ m
)
F#
static let inline (*)
v : GVector *
m : GMatrix : GVector
- GVector
- \[Missing <param name="v"/> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GVector,netDxf.GTE.GMatrix)"\]
- GMatrix
- \[Missing <param name="m"/> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GVector,netDxf.GTE.GMatrix)"\]
GVector
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GVector,netDxf.GTE.GMatrix)"]