FACT++  1.0
AltAz AltAz::operator+ ( const AltAz c) const
inline

Definition at line 57 of file MPointing.h.

References AltAz().

57 { return AltAz(fX+c.fX, fY+c.fY); }
AltAz(double alt=0, double az=0)
Definition: MPointing.h:38

+ Here is the call graph for this function: