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

eed185a6 bc11 3dce 3f29 51da1f4729d7

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(Matrix3, Matrix3) Method

netDxf 3.0.0 Library

Product of two matrices.

Definition

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

C#

public static Matrix3 Multiply(
	Matrix3 a,
	Matrix3 b
)

VB

Public Shared Function Multiply ( 
	a As Matrix3,
	b As Matrix3
) As Matrix3

C++

public:
static Matrix3 Multiply(
	Matrix3 a, 
	Matrix3 b
)

F#

static member Multiply : 
        a : Matrix3 * 
        b : Matrix3 -> Matrix3 

Parameters

  Matrix3
Matrix3.
  Matrix3
Matrix3.

Return Value

Matrix3
Matrix3.

See Also

Reference

Matrix3 Structure
Multiply Overload
netDxf Namespace

Clone this wiki locally