Gimp.Vector2.mul_val
@accepts(Gimp.Vector2, float)
@returns(Gimp.Vector2)
def mul_val(self, factor):
# Python wrapper for gimp_vector2_mul_val()
Identical to [method@Vector2.mul], but the vector is passed by value rather than by reference.
- self
a Gimp.Vector2.
- factor
a scalar.
- Returns