getDistanceBetweenNodes

abstract fun getDistanceBetweenNodes(n1: Node<T>, n2: Node<T>): Double(source)

Measures the distance between two nodes (n1, n2) in the environment.