CognitiveAgentSeparation

fun <T> CognitiveAgentSeparation(    environment: Physics2DEnvironment<T>,     reaction: Reaction<T>,     pedestrian: PedestrianProperty<T>)

Parameters

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