the point to find the nearest vertex
the index of the nearest vertex
Iterate through all vertices in a graph and find the one nearest to a provided point. This is the only of the "nearest" graph operations that works in 3D.
improve with space partitioning
a FOLD object