Coordinate Plain
A CoordinatePlain with two corners as Coordinates. Creates a coordinate plain out of the two corners TOP_LEFT and BOTTOM_RIGHT as Coordinates. TOP_LEFT corner coordinates must be smaller or equal in x and y direction than BOTTOM_RIGHT corner coordinate.
Parameters
The xCoord of the top left corner
The yCoord of the top left corner
The xCoord of the bottom right corner
The yCoord of the bottom right corner
A CoordinatePlain with two corners as Coordinates. Creates a coordinate plain out of the two corners TOP_LEFT and BOTTOM_RIGHT as Coordinates. TOP_LEFT corner coordinates must be smaller or equal in x and y direction than BOTTOM_RIGHT corner coordinate.
Parameters
Coordinate of top left corner
Coordinate of bottom right corner
Throws
If TOP_LEFT corner coordinates are larger in x or y direction than BOTTOM_RIGHT corner coordinate.