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
50c63ba0 a8e2 3ec5 8490 1d2fe1485ef7
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Identity | Gets the identity matrix. |
IsIdentity | Gets if the actual matrix is the identity. |
Item | Gets or sets the component at the given row and column index in the matrix. |
M11 | Gets or sets the matrix element [0,0]. |
M12 | Gets or sets the matrix element [0,1]. |
M13 | Gets or sets the matrix element [0,2]. |
M14 | Gets or sets the matrix element [0,3]. |
M21 | Gets or sets the matrix element [1,0]. |
M22 | Gets or sets the matrix element [1,1]. |
M23 | Gets or sets the matrix element [1,2]. |
M24 | Gets or sets the matrix element [1,3]. |
M31 | Gets or sets the matrix element [2,0]. |
M32 | Gets or sets the matrix element [2,1]. |
M33 | Gets or sets the matrix element [2,2]. |
M34 | Gets or sets the matrix element [2,3]. |
M41 | Gets or sets the matrix element [3,0]. |
M42 | Gets or sets the matrix element [3,1]. |
M43 | Gets or sets the matrix element [3,2]. |
M44 | Gets or sets the matrix element [3,3]. |
Zero | Gets the zero matrix. |