alchemist
alchemist
/
it.unibo.alchemist.boundary
/
makePoint
make
Point
fun
makePoint
(
x
:
Number
,
y
:
Number
)
:
Point
Content copied to clipboard
Creates a
Point
.
Parameters
x
the x coordinate.
y
the y coordinate.