The XMatrix type exposes the following members.
Properties
Name | Description | |
---|---|---|
Determinant |
Gets the determinant of this matrix.
| |
HasInverse |
Gets a value that indicates whether this matrix is invertible.
| |
Identity |
Gets the identity matrix.
| |
IsIdentity |
Gets a value indicating whether this matrix instance is the identity matrix.
| |
M11 |
Gets or sets the value of the first row and first column of this matrix.
| |
M12 |
Gets or sets the value of the first row and second column of this matrix.
| |
M21 |
Gets or sets the value of the second row and first column of this matrix.
| |
M22 |
Gets or sets the value of the second row and second column of this matrix.
| |
OffsetX |
Gets or sets the value of the third row and first column of this matrix.
| |
OffsetY |
Gets or sets the value of the third row and second column of this matrix.
|
See Also