computeTarget

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

Computes the absolute target position derived from the provided steering actions.

Return

the target position as a P.

Parameters

actions

the list of actions to combine.