Gimp.Matrix3.is_simple
@accepts(Gimp.Matrix3)
@returns(bool)
def is_simple(self):
# Python wrapper for gimp_matrix3_is_simple()
Checks if we'll need to interpolate when applying this matrix as a transformation.
- self
The matrix that is to be tested.
- Returns