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

Definition at line 48 of file MPointing.h.

48 { fX*=c.X(); fY*=c.Y(); }