Method

GimpVector2mul_val

[]

Declaration [src]

GimpVector2
gimp_vector2_mul_val (
  GimpVector2 vector,
  gdouble factor
)
[]

Description [src]

Identical to gimp_vector2_mul(), but the vector is passed by value rather than by reference.

[]

Parameters

factor

Type: gdouble

A scalar.

[]

Return value

Type: GimpVector2

The resulting GimpVector2.