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

Definition at line 51 of file MPointing.h.

51 { fX+=c.fX; fY+=c.fY; }