is_identity


Description:

public Bool is_identity ()

Determines whether this is known to represent an identity transform.

If this returns true then the entry is definitely the identity matrix. If it returns false it may or may not be the identity matrix but no expensive comparison is performed to verify it.

Parameters:

this

A MatrixEntry

Returns:

true if this is definitely an identity transform, otherwise false.