Coord constructor

Coord(double x, double y)

Implementation

Coord(this.x, this.y);