Function

GimpVector2new

Declaration [src]

GimpVector2
gimp_vector2_new (
  gdouble x,
  gdouble y
)

Description [src]

Creates a GimpVector2 of coordinates x and y.

Parameters

x

Type: gdouble

The X coordinate.

y

Type: gdouble

The Y coordinate.

Return value

Type: GimpVector2

The resulting vector.