FACT++  1.0
AltAz& PointingModel::AltAz::operator-= ( const AltAz aa)
inline

Definition at line 260 of file drivectrl.cc.

References alt, and az.

260 { alt -= aa.alt; az-=aa.az; return *this; }