Package-level declarations
Types
Walks a fixed distance in a uniformly random direction at the given speed, then repeats the move by selecting a new random direction.
An AbstractConfigurableMoveNode specialized for Euclidean spaces.
Causes a node to follow a destination read from a Molecule, maintaining a fixed distance and respecting a maximum speed.
Chooses random targets in a direction extracted from randomGenerator at a distance extracted from distanceDistribution. Moves the node towards the targets at the given constant speed. Changes target on collision.
Selects a target based on a random direction extracted from randomGenerator, and a random distance extracted from a ParetoDistribution of parameters scale and shape. Moves toward the targets at a constant speed and changes targets on collision.