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 409
02453f8d 9f1f 7ba2 1a49 5fa78d3b39cd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of Matrix2.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Matrix2(
double m11,
double m12,
double m21,
double m22
)
VB
Public Sub New (
m11 As Double,
m12 As Double,
m21 As Double,
m22 As Double
)
C++
public:
Matrix2(
double m11,
double m12,
double m21,
double m22
)
F#
new :
m11 : float *
m12 : float *
m21 : float *
m22 : float -> Matrix2
- Double
- Element [0,0].
- Double
- Element [0,1].
- Double
- Element [1,0].
- Double
- Element [1,1].