Gimp.Matrix3.is_identity
@accepts(Gimp.Matrix3)
@returns(bool)
def is_identity(self):
# Python wrapper for gimp_matrix3_is_identity()
Checks if the given matrix is the identity matrix.
- self
The matrix that is to be tested.
- Returns
@accepts(Gimp.Matrix3)
@returns(bool)
def is_identity(self):
# Python wrapper for gimp_matrix3_is_identity()
Checks if the given matrix is the identity matrix.
The matrix that is to be tested.