Function

GimpVector2new

Declaration [src]

GimpVector2
gimp_vector2_new (
  gdouble x,
  gdouble y
)

Description [src]

Creates a GimpVector2 of coordinates x and y.

Parameters

x gdouble
 

The X coordinate.

y gdouble
 

The Y coordinate.

Return value

Returns: GimpVector2
 

The resulting vector.