init


Description:

public unowned Point? init (float x, float y)

Initializes this with the given coordinates.

Parameters:

this

a Point

x

the X coordinate of the point

y

the Y coordinate of the point

Returns:

the initialized Point