Gimp.Vector2.rotate
@accepts(Gimp.Vector2, float)
@returns(none)
def rotate(self, alpha):
# Python wrapper for gimp_vector2_rotate()
Rotates the self counterclockwise by alpha radians.
- self
a pointer to a Gimp.Vector2.
- alpha
an angle (in radians).