Method
GimpVector3mul
Declaration [src]
void
gimp_vector3_mul (
GimpVector3* 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
.