CARMA C++
|
Representation of an angle, return values are always modulo 2PI radians. More...
Go to the source code of this file.
Classes | |
class | carma::services::Angle |
The Angle class can represent any angle in any units. More... | |
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
carma::services | |
Auxiliary Services is intended to provide routines commonly needed for array control and observational planning. | |
Functions | |
const Angle | carma::services::operator* (double left, const Angle &right) |
const Angle | carma::services::operator* (const Angle &left, double right) |
std::ostream & | carma::services::operator<< (std::ostream &os, const carma::services::Angle &angle) |
Define the << operator to allow, e.g. More... | |
Representation of an angle, return values are always modulo 2PI radians.
$CarmaCopyright$
Definition in file Angle.h.