![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <Direction.hpp>

Public Member Functions | |
| Direction | calcAngles (const PositionOffset &positionOffset) const |
| Calculate angles theta and phi from PostionOffset. | |
| Direction (double _elevation, double _azimuth) | |
| Constructor to set Azimuth and elevation. | |
| Direction () | |
| Default Constructor. | |
| double | getAzimuth () const |
| Return azimuth. | |
| double | getElevation () const |
| Return elevation. | |
Private Attributes | |
| double | azimuth |
| The azimuth 0..2Pi. | |
| double | elevation |
| The elevation 0..Pi. | |
Definition at line 39 of file Direction.hpp.
| Direction::Direction | ( | ) |
Azimuth and elevation are set to 0
Definition at line 36 of file Direction.cpp.
Definition at line 41 of file Direction.cpp.
| Direction Direction::calcAngles | ( | const PositionOffset & | positionOffset | ) | const |
Definition at line 56 of file Direction.cpp.
| double Direction::getAzimuth | ( | ) | const |
Definition at line 51 of file Direction.cpp.
| double Direction::getElevation | ( | ) | const |
Definition at line 46 of file Direction.cpp.
double wns::Direction::azimuth [private] |
Definition at line 78 of file Direction.hpp.
double wns::Direction::elevation [private] |
Definition at line 73 of file Direction.hpp.
1.5.5