Gimp.Vector3.prototype.mul_val

function mul_val(factor: Number(gdouble)): Gimp.Vector3 {
    // Gjs wrapper for gimp_vector3_mul_val()
}
  

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

factor

a scalar.

Returns

the resulting Gimp.Vector3.