computeTarget

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

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

Parameters

actions
the list of actions to combine.