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

31b64bd5 6168 fd12 5451 67d6760ee0fa

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(Matrix2, Matrix2) Operator

netDxf 3.0.0 Library

Product of two matrices.

Definition

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

C#

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

VB

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

C++

public:
static Matrix2 operator *(
	Matrix2 a, 
	Matrix2 b
)

F#

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

Parameters

  Matrix2
Matrix2.
  Matrix2
Matrix2.

Return Value

Matrix2
Matrix2.

See Also

Reference

Matrix2 Structure
Multiply Overload
netDxf Namespace

Clone this wiki locally