setTo

fun setTo(x: Int, y: Int): MPoint
fun setTo(x: Double, y: Double): MPoint
fun setTo(x: Float, y: Float): MPoint
fun setTo(p: Point): MPoint