computeNextPosition

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

Computes the next relative position by combining the provided steering actions.

Return

the next position relative to the current position as a P.

Parameters

actions

the list of actions to combine.