Nearest

constructor(environment: Euclidean2DEnvironment<T>, node: Node<T>)

Parameters

environment

the environment in which the node moves.

node

the owner of the steering action this strategy belongs to.

Type Parameters

T

the concentration type.