getDistanceBetweenNodes

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

Measures the distance between two nodes in the environment.

Return

the distance between the two nodes

Parameters

n1

the first node

n2

the second node