An edge represents the edge between two hex faces. To get the coordinates
for an edge, you would want to use the average of the coordinates of the two
hexes that touch it. Since we use integers, we cannot use the average so
instead just use the sum (in this case the average times 2).