Coordinates constructor

Coordinates(double x, double y)

The direction, by now only for extension possibilities. E.g. image direction, when the Dozer is displayed by an image.

Implementation

// final int dx;

Coordinates(this.x, this.y) {}