This is an archane program for finding the geographic center of six points. It could be modified for other locations, if you wanted to do what I was thinking about - find a central meeting point for six people. But there are really easier ways to accomplish the task, like averaging the latitude and longitude - which I did and got the same result.) More than anything it is "proof of principal" that this method also works: The "Meet Point" sprite travels half way from sprite one to two, from that point one third of the way to sprite 3, and so on. The reason for selecting the points in any order is to demonstrate you always end up at the same place. Interestingly, this "geographic center" does NOT mean the shortest total distance for all six travellers. In fact the shortest travel seems to be the location of the sprite closest to the geographic center. (!)