@JvmOverloads fun set(x: Number = this.x, y: Number = this.y): Unit
Set new coordinates
x - x-axis value
x
y - y-axis value
y
fun set(p: AbsolutePoint): Unit
p - the AbsolutePoint to copy values from
p