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

cf598ae8 9055 c00a 929c e09862ec4eaf

haplokuon edited this page May 6, 2023 · 1 revision

Multiply(Matrix4, Matrix4) 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 Matrix4 Multiply(
	Matrix4 a,
	Matrix4 b
)

VB

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

C++

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

F#

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

Parameters

  Matrix4
Matrix4.
  Matrix4
Matrix4.

Return Value

Matrix4
Matrix4.

See Also

Reference

Matrix4 Structure
Multiply Overload
netDxf Namespace

Clone this wiki locally