CognitiveAgentSeek

fun <T, P : Position<P>, Vector<P>, A : GeometricTransformation<P>> CognitiveAgentSeek(environment: Environment<T, P>, reaction: Reaction<T>, pedestrian: Pedestrian<T, P, A>, vararg coordinates: Number)


fun <T, P : Position<P>, Vector<P>, A : GeometricTransformation<P>> CognitiveAgentSeek(environment: Environment<T, P>, reaction: Reaction<T>, pedestrian: Pedestrian<T, P, A>, target: P)

Parameters

environment
    the environment inside which the pedestrian moves.
pedestrian
    the owner of this action.
target
    the position the pedestrian moves towards.