computeTarget

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

Computes the target to reach starting from the steering actions the pedestrian obey to, in absolute coordinates.

Parameters

actions
    the list of actions to combine.