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

Type: gdouble

The X coordinate.

y

Type: gdouble

The Y coordinate.