Hello, I want to measure the distance between a number of predefined points, and then draw a line between all the points and their closest neighbors. I have been successful by using an item in a list component and sorting the distances between this one point in the list and all the others.
What I would like to happen is to be able to find the N closest neighbors of EVERY POINT and then draw a line between all of these neighbors.
