创建一个具有给定 x 和 y 坐标的点。
x
y
遗留: 建议不再使用 Point 类。了解更多信息,请参阅 Point 类的 API 文档。
const Point(T x, T y) : this.x = x, this.y = y;