* Returns the longitude coordinate of the target. * @return Longitude in radian. */
| 86 | * @return Longitude in radian. |
| 87 | */ |
| 88 | double Target::getLongitude() const |
| 89 | { |
| 90 | return _lon; |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * Changes the longitude coordinate of the target. |
no outgoing calls
no test coverage detected