is_simple


Description:

public bool is_simple ()

Checks if we'll need to interpolate when applying this matrix as a transformation.

Parameters:

this

The matrix that is to be tested.

Returns:

true if all entries of the upper left 2x2 matrix are either 0 or 1, false otherwise