Method
GimpVector2mul
Declaration [src]
void
gimp_vector2_mul (
GimpVector2* vector,
gdouble factor
)
Description [src]
Multiplies each component of the vector
by factor
. Note that this
is equivalent to multiplying the vectors length by factor
.