const Point(T x, T y)

Not documented.

Source

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