Creates a point. The first argument sets x, the horizontal component, and the second sets y, the vertical component.
const Point(this.x, this.y);