CognitiveAgentSeparation

fun <T> CognitiveAgentSeparation(env: Physics2DEnvironment<T>, reaction: Reaction<T>, pedestrian: Pedestrian2D<T>)

Parameters

env
    the environment inside which the pedestrian moves.
reaction
    the reaction which executes this action.
pedestrian
    the owner of this action.