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

Definition at line 55 of file MPointing.h.

References AltAz().

55 { 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: