Method

GimpVector2set

Declaration [src]

void
gimp_vector2_set (
  GimpVector2* vector,
  gdouble x,
  gdouble y
)

Description [src]

Sets the X and Y coordinates of vector to x and y.

Parameters

x gdouble
 

The X coordinate.

y gdouble
 

The Y coordinate.