16.13 Bisect Squares: Given two squares on a two-dimensional plane, find a line that would cut these two squares in half. Assume that the top and the bottom sides of the square run parallel to the x-axis.
The idea of this problem is very simple: Simply define that line goes through the center of both squares.
Defining this by hand is a bit tedious and mechanic, so we'll have to make sure to have a careful and solid design.