FACT++
1.0
|
#include <MPointing.h>
Public Member Functions | |
AltAz (double alt=0, double az=0) | |
double | Alt () const |
double | Az () const |
void | operator*= (double c) |
void | operator/= (double c) |
void | Alt (double d) |
void | Az (double d) |
void | operator*= (const XY &c) |
void | operator/= (const XY &c) |
void | operator-= (const AltAz &c) |
void | operator+= (const AltAz &c) |
AltAz | operator/ (double c) const |
AltAz | operator* (double c) const |
AltAz | operator* (const XY &c) const |
AltAz | operator/ (const XY &c) const |
AltAz | operator+ (const AltAz &c) const |
AltAz | operator- (const AltAz &c) const |
AltAz | operator- () const |
Definition at line 35 of file MPointing.h.