Name | Description | |
---|---|---|
![]() | Determinant | Gets the determinant of the matrix. |
![]() | IsIdentity | Gets a value indicating whether this AffineMatrix class is an identity matrix. |
![]() | IsInvertible | Gets a value indicating whether the matrix is invertible. |
![]() | M11 | Gets or sets the value of the first row and first column of the matrix (scale X). |
![]() | M12 | Gets or sets the value of the first row and second column of the matrix. |
![]() | M21 | Gets or sets the value of the second row and first column of the matrix. |
![]() | M22 | Gets or sets the value of the second row and second column of the matrix (scale Y). |
![]() | OffsetX | Gets or sets the value of the third row and first column of the matrix (offset X). |
![]() | OffsetY | Gets or sets the value of the third row and second column of the matrix (offset Y). |
![]() | Type | Gets the type of the matrix. |