33 double distanceTraveled = 0;
34 unsigned int mileCounter = 0;
Represents a helicopter in a physical system. Helicopters move using euler integration based on a spe...
Definition: Helicopter.h:12
void update(double dt)
Updates the helicopter's position.
Helicopter(const JsonObject &obj)
Helicopters 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