34 bool atKeller =
false;
Represents a human in a physical system. Humans move using euler integration based on a specified vel...
Definition: Human.h:12
void update(double dt)
Updates the human's position.
Human(const JsonObject &obj)
Humans are created with a name.
Represents an entity in a physical system.
Definition: IEntity.h:22
Strategy interface.
Definition: IStrategy.h:11
Manages a picojson::object, works with JsonValue to provide implicit casting.
a simple class used for vector math, most function are self explanatory
Definition: vector3.h:12