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

Definition at line 56 of file MPointing.h.

References AltAz().

56 { return AltAz(fX/c.X(), fY/c.Y()); }
AltAz(double alt=0, double az=0)
Definition: MPointing.h:38

+ Here is the call graph for this function: