A B C D E F G H I L M N O P R S T U V W

W

walk() - Method in class crowdmodel.agents.LocomotionRule
Describes the execution of a walking behaviour Given a certain heading the agent is walking in that direction.
walkablePatch(Context, CrowdAgent, NdPoint) - Static method in class crowdmodel.utils.Misc
Given a (x,y) coordinate this function returns whether this gridcell is walkable or not based on the position being located within the world and whether the cell is walkable (not a building (stage,bar,toilet)) Note overloaded function!
walkablePatch(Context, GridPoint) - Static method in class crowdmodel.utils.Misc
Given a GridPoint (x,y) coordinate this function returns whether this gridcell is walkable or not (so if CellObjects are on it) Note verloaded function!
width - Variable in class crowdmodel.agents.Sensor
 
withinLineOfSight(double, double, double) - Static method in class crowdmodel.utils.MathUtils
Function that decides whether a heading (beta) lies within line of sight given a current heading (myheading) and a range inbetween the value is supposed to lie.
withinWorld(GridPoint) - Static method in class crowdmodel.utils.Misc
Indicates whether a GridPoint lies within the world
withinWorld(NdPoint) - Static method in class crowdmodel.utils.Misc
Indicates whether a NdPoint lies within the world or not
WORLD_HEIGHT - Static variable in class crowdmodel.Constants
 
WORLD_MAX_DIST - Static variable in class crowdmodel.Constants
 
WORLD_WIDTH - Static variable in class crowdmodel.Constants
 

A B C D E F G H I L M N O P R S T U V W