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

Definition at line 50 of file MPointing.h.

50 { fX-=c.fX; fY-=c.fY; }