Gimp.Vector2.mul

@accepts(Gimp.Vector2, float)
@returns(none)
def mul(self, factor):
    # Python wrapper for gimp_vector2_mul()
  

Multiplies each component of the self by factor. Note that this is equivalent to multiplying the vectors length by factor.

self

a pointer to a Gimp.Vector2.

factor

a scalar.