makePoint

fun makePoint(x: Number, y: Number): Point

Creates a Point.

Parameters

x

the x coordinate.

y

the y coordinate.