PointD constructor

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

Implementation

PointD(double x, double y) : super(x, y);