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