CognitiveAgentCohesion

fun <T, P : Position<P>, Vector<P>, A : GeometricTransformation<P>> CognitiveAgentCohesion(env: Environment<T, P>, reaction: Reaction<T>, pedestrian: Pedestrian<T, P, A>)

Parameters

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