Point

fun Point(x: Float, y: Float): Point
fun Point(x: Int, y: Int): Point

Creates a new Point with the provided coordinates.