Gimp.Matrix3.is_affine
@accepts(Gimp.Matrix3)
@returns(bool)
def is_affine(self):
# Python wrapper for gimp_matrix3_is_affine()
Checks if the given matrix defines an affine transformation.
Since 2.4
- self
The matrix that is to be tested.
- Returns