@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: ScaledPoint): Unit
p - the ScaledPoint to copy values from
p