CARMA C++
Angle.h File Reference

Representation of an angle, return values are always modulo 2PI radians. More...

#include "carma/services/ConformableQuantity.h"
#include <string>
#include <cmath>

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...
 

Detailed Description

Representation of an angle, return values are always modulo 2PI radians.

Author
Marc Pound
Version
Revision:
1.26

$CarmaCopyright$

Definition in file Angle.h.