Gimp.Vector2.rotate_val

@accepts(Gimp.Vector2, float)
@returns(Gimp.Vector2)
def rotate_val(self, alpha):
    # Python wrapper for gimp_vector2_rotate_val()
  

Identical to [method@Vector2.rotate], but the vector is passed by value rather than by reference.

self

a Gimp.Vector2.

alpha

an angle (in radians).

Returns