const Point(T x, T y)

Source

const Point(T x, T y): this.x = x, this.y = y;