* Initializes a moving target with blank coordinates. */
| 28 | * Initializes a moving target with blank coordinates. |
| 29 | */ |
| 30 | MovingTarget::MovingTarget() : Target(), _dest(0), _speedLon(0.0), _speedLat(0.0), _speedRadian(0.0), _speed(0) |
| 31 | { |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * Make sure to cleanup the target's destination followers. |
nothing calls this directly
no outgoing calls
no test coverage detected