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