Connection Beam
Connects two nodes if, throwing a beam from one to the other, there exists at least one path entirely inside the beam that connects the two nodes. This rule is ideal for environments with obstacles, where the user wants some tolerance in connection breaking.
Parameters
<T>
concentration type
Functions
Link copied to clipboard
open fun computeNeighborhood(center: Node<T>, environment: Environment<T, Euclidean2DPosition>): Neighborhood<T>
Link copied to clipboard