Point constructor

Point(
  1. int _x,
  2. int _y
)

Implementation

Point(this._x, this._y);