Gimp.Matrix3.rotate
@accepts(Gimp.Matrix3, float)
@returns(none)
def rotate(self, theta):
# Python wrapper for gimp_matrix3_rotate()
Rotates the matrix by theta degrees.
- self
The matrix that is to be rotated.
- theta
The angle of rotation (in radians).