computeNextPosition

abstract fun computeNextPosition(actions: List<SteeringAction<T, P>>): P(source)

Computes the next position starting from the steering actions the node obey to, in relative coordinates with respect to its current position.

Parameters

actions
the list of actions to combine.