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 407
be597252 afdc f47c 94bb 4c81d89393c4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Matrix addition.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Matrix4 Add(
Matrix4 a,
Matrix4 b
)
VB
Public Shared Function Add (
a As Matrix4,
b As Matrix4
) As Matrix4
C++
public:
static Matrix4 Add(
Matrix4 a,
Matrix4 b
)
F#
static member Add :
a : Matrix4 *
b : Matrix4 -> Matrix4
Matrix4
Matrix4.