Vector2


Description:

[ CCode ( has_construct_function = false , type = "GimpVector2" ) ]
public Vector2 (double x, double y)

Creates a [struct@Vector2] of coordinates x and y.

Parameters:

x

the X coordinate.

y

the Y coordinate.

Returns:

the resulting vector