This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 435
4ac68f6a 1db8 0fee 1e94 a334cc7f90f7
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Matrix subtraction.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Matrix3 Subtract(
Matrix3 a,
Matrix3 b
)
VB
Public Shared Function Subtract (
a As Matrix3,
b As Matrix3
) As Matrix3
C++
public:
static Matrix3 Subtract(
Matrix3 a,
Matrix3 b
)
F#
static member Subtract :
a : Matrix3 *
b : Matrix3 -> Matrix3
Matrix3
Matrix3.