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 438
706ed14c b842 9c6e 01db 42740accff89
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]. |
| M21 | Gets or sets the matrix element [1,0]. |
| M22 | Gets or sets the matrix element [1,1]. |
| Zero | Gets the zero matrix. |