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

c1dbad14 25dd 5ecb 3036 b2ff677d706d

haplokuon edited this page May 6, 2023 · 1 revision

MultiplyMD Method

netDxf 3.0.0 Library

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

Definition

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 

Parameters

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

Return Value

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

See Also

Reference

GMatrix Class
netDxf.GTE Namespace

Clone this wiki locally