#include <MovingObject.h>
Inheritance diagram for MovingObject:


Public Member Functions | |
| MovingObject () | |
| MovingObject (const Vector2D &c, const double r, const Vector2D &vel) | |
| ~MovingObject () | |
| virtual void | move (const double timestep)=0 |
Protected Attributes | |
| Vector2D | velocity |
|
|
Definition at line 31 of file MovingObject.h. 00031 {}
|
|
||||||||||||||||
|
Definition at line 32 of file MovingObject.h. References velocity.
|
|
|
Definition at line 34 of file MovingObject.h. 00034 {}
|
|
|
|
|
|
Definition at line 39 of file MovingObject.h. Referenced by bounce_on_robot(), MovingObject(), and shot_collision(). |
1.3.9.1