Point

fun <X, Y> Point(x: X, y: Y): Point<X, Y>

Creates a new DefaultPoint at the specified coordinates.

Parameters

X

The type of the x-axis value

Y

The type of the y-axis value