CARMA C++
|
Simple class to represent azimuth and elevation pair. More...
#include <carma/services/AzElPair.h>
Public Member Functions | |
AzElPair (const carma::services::Angle &az, const carma::services::Angle &el) | |
AzElPair (const AzElPair ©From) | |
AzElPair & | operator= (const AzElPair &rhs) |
Public Attributes | |
carma::services::Angle | azimuth |
carma::services::Angle | elevation |
Simple class to represent azimuth and elevation pair.
Definition at line 21 of file AzElPair.h.