[]
Gets a value indicating whether this Matrix object is the identity matrix.
public bool IsIdentity { get; }
| Type | Description |
|---|---|
| bool | This property is true if this Matrix is identity; otherwise, false. |
| 1, 0, 0 | | 0, 1, 0 | | 0, 0, 1 |