ResultPoint constructor

ResultPoint(
  1. double _x,
  2. double _y
)

Implementation

ResultPoint(this._x, this._y);