Matrix.IsIdentity

Matrix.IsIdentity property

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

public bool IsIdentity { get; }

Return Value

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

See Also