Coordinate

fun Coordinate(xCoord: Number = 0, yCoord: Number = 0)

Creates a Coordinate with given xCoord and yCoord.

Parameters

xCoord

The x coordinate.

yCoord

The y coordinate.