Cognitive Agent Separation
fun <T> CognitiveAgentSeparation(env: Physics2DEnvironment<T>, reaction: Reaction<T>, pedestrian: Pedestrian2D<T>)
Content copied to clipboard
Parameters
env
the environment inside which the pedestrian moves.
Content copied to clipboard
reaction
the reaction which executes this action.
Content copied to clipboard
pedestrian
the owner of this action.
Content copied to clipboard