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

Definition at line 259 of file drivectrl.cc.

References alt, and az.

259 { alt += aa.alt; az+=aa.az; return *this; }