In this lesson we will create a closest point looping algorithm with Anemone, which will form the basis for our mesh clustering in later tutorials. This algorithm starts at a specific point on this list, and then visits every point on this that is the closest point to the previously visited point.