MPPointD constructor

MPPointD(
  1. double x,
  2. double y
)

Implementation

MPPointD(this.x, this.y);