Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

c7ba5ccb 90fb 4623 abe7 785d65283459

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(GMatrix, GVector) Operator

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GMatrix,netDxf.GTE.GVector)"]

Definition

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 GVector

C++

public:
static GVector^ operator *(
	GMatrix^ m, 
	GVector^ v
)

F#

static let inline (*)
        m : GMatrix * 
        v : GVector  : GVector

Parameters

  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)"\]

Return Value

GVector
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GMatrix,netDxf.GTE.GVector)"]

See Also

Reference

GMatrix Class
Multiply Overload
netDxf.GTE Namespace

Clone this wiki locally