All examples By author By category About

lwthatcher

Metric Neighborhoods

Metric Neighborhoods

This is meant to be an interactive example of connecting nodes in a graph based off of metric distance. For any node, that node is connected to any other nodes that are within a radius R of that node.

Instructions

Use the inputs to the right to adjust variables:

To see the neighborhood radius for an individual node, hover your mouse over that node. To see the radius for all nodes, use the Show Radius and Hide Radius buttons.

Use the New Points to generate a new random set of points from the current parameters.

forked from lwthatcher's block: Random Points II