Cognitive Agent Seek2D
open class CognitiveAgentSeek2D<T, P : Position2D<P>, Vector2D<P>, A : GeometricTransformation<P>>(environment: EuclideanEnvironment<T, P>, reaction: Reaction<T>, pedestrian: Pedestrian<T, P, A>, target: P) : AbstractSteeringAction<T, P, A> , SteeringActionWithTarget<T, P>
Content copied to clipboard
CognitiveAgentSeek behavior in a bidimensional environment, delegated to CognitiveAgentFollowScalarField (this means the pedestrian tries to overtake others on its path, in general its movements are more sophisticated than CognitiveAgentSeek).
Constructors
Link copied to clipboard
fun <T, P : Position2D<P>, Vector2D<P>, A : GeometricTransformation<P>> CognitiveAgentSeek2D(environment: EuclideanEnvironment<T, P>, reaction: Reaction<T>, pedestrian: Pedestrian<T, P, A>, x: Number, y: Number)
Content copied to clipboard
Link copied to clipboard
fun <T, P : Position2D<P>, Vector2D<P>, A : GeometricTransformation<P>> CognitiveAgentSeek2D(environment: EuclideanEnvironment<T, P>, reaction: Reaction<T>, pedestrian: Pedestrian<T, P, A>, target: P)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The position the owner of this action moves to when it is executed, in relative coordinates with respect to its current position.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard