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

28aa12d4 2a1f 3533 6a52 06f75952acac

haplokuon edited this page May 6, 2023 · 1 revision

Add Method

netDxf 3.0.0 Library

Matrix addition.

Definition

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

C#

public static Matrix3 Add(
	Matrix3 a,
	Matrix3 b
)

VB

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

C++

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

F#

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

Parameters

  Matrix3
Matrix3.
  Matrix3
Matrix3.

Return Value

Matrix3
Matrix3.

See Also

Reference

Matrix3 Structure
netDxf Namespace

Clone this wiki locally