compute Next Position
Computes the next relative position reached by the node, given the overall intentional force.
open override fun computeNextPosition(actions: List<SteeringAction<T, P>>): P
Content copied to clipboard
Computes the next relative position reached by the node, taking into account both the intentional and the physical forces acting on node (intentional forces = actions).