A B C D E F G I M P R S U

D

DEFAULT_SIZE - Static variable in class Beast
Default size of a beast, in pixels.
DEFAULT_SPEED - Static variable in class Beast
Default distance to move in one step, in pixels.
Direction - Class in <Unnamed>
Represents a direction in the xy plane.
Direction(double) - Constructor for class Direction
Construct a direction at the given angle in degrees (e.g., 0 to 360 degrees, although this can handle angles outside that range).
Direction(double, double) - Constructor for class Direction
Construct a direction from the given vector.
distance(double, double, double, double) - Static method in class Direction
Convenience method to calculate the distance between two given points.
drawTurtle(Graphics) - Method in class Beast
New instructions on how to draw the beast.
DumbBrain - Class in <Unnamed>
A dumb beast brain that just keeps on with the same direction and emotion.
DumbBrain() - Constructor for class DumbBrain
 
DumbSetup - Class in <Unnamed>
A dumb setup routine that just creates a couple of dumb beasts and a random walker at random locations in random directions, with boring packs.
DumbSetup(int, int) - Constructor for class DumbSetup
Create a dumb beast provider to set up a boring simulation.

A B C D E F G I M P R S U