Gimp.Vector3.mul

@accepts(Gimp.Vector3, float)
@returns(none)
def mul(self, factor):
    # Python wrapper for gimp_vector3_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.Vector3.

factor

a scalar.