This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
d7ae09a4 b2d7 49b3 1ca6 081a6ecbb241
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Product of two matrices.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Matrix2 Multiply(
Matrix2 a,
Matrix2 b
)
VB
Public Shared Function Multiply (
a As Matrix2,
b As Matrix2
) As Matrix2
C++
public:
static Matrix2 Multiply(
Matrix2 a,
Matrix2 b
)
F#
static member Multiply :
a : Matrix2 *
b : Matrix2 -> Matrix2
Matrix2
Matrix2.