Nearest

fun <T> Nearest(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.