MPPointF constructor

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

Implementation

MPPointF(this._x, this._y);