make and render a random geometric graph
Opened this issue · 0 comments
leobrowning92 commented
See https://en.wikipedia.org/wiki/Random_geometric_graph
This is a good way to build up a first pass random graph with interesting structure. Can use kdtrees to calculate the k neerest neighbors and make edges based on that.