Point2

fun <N> Point2(coordinates: MDList1<N>): Point2<N>(source)
fun <N> Point2(x: N, y: N): Point2<N>(source)