Routing Strategy
Strategy interface describing how the routing between two points happens.
Parameters
<T>
Concentration type
<P>
position type
Functions
Link copied to clipboard
open fun cloneIfNeeded(destination: Node<T>, reaction: Reaction<T>): RoutingStrategy<T, P>
Content copied to clipboard
Link copied to clipboard
Computes a route between two positions.