Borer Explorer v1.0.3
Adding a 2nd dimension
Earlier we talked about expanding the center line created when we use an origin function,
that is, the borer consistently returns to the center and a line is created because of it.
We're going to take the line that is created and add a 2nd dimension function. Simply,
we move our borer in the X direction along our index, so we will introduce a Y direction. There's a snag, in that we don't actually know how wide our borer is, for example
because we are working on 1D arrays, there is no Y direction. Instead, I use
the scanner positions to reposition the borer, and it moves around the image more. What we're looking for is a fair distribution across an image, so that we can say that our borer is greedy. A greedy borer is a happy borer.