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

d4b83ced 1630 0cdc 1371 e243cd283f3d

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(GMatrix, GMatrix) Operator

netDxf 3.0.0 Library

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

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static GMatrix operator *(
	GMatrix a,
	GMatrix b
)

VB

Public Shared Operator * ( 
	a As GMatrix,
	b As GMatrix
) As GMatrix

C++

public:
static GMatrix^ operator *(
	GMatrix^ a, 
	GMatrix^ b
)

F#

static let inline (*)
        a : GMatrix * 
        b : GMatrix  : GMatrix

Parameters

  GMatrix
\[Missing <param name="a"/> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"\]
  GMatrix
\[Missing <param name="b"/> documentation for "M:netDxf.GTE.GMatrix.op_Multiply(netDxf.GTE.GMatrix,netDxf.GTE.GMatrix)"\]

Return Value

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

See Also

Reference

GMatrix Class
Multiply Overload
netDxf.GTE Namespace

Clone this wiki locally