[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix-1.IsIdentity

IsIdentity Property

IsIdentity

Gets a value indicating whether this Matrix object is the identity matrix.

Declaration
public bool IsIdentity { get; }
Property Value
Type Description
bool

This property is true if this Matrix is identity; otherwise, false.

Remarks

| 1, 0, 0 | | 0, 1, 0 | | 0, 0, 1 |