FACT++  1.0
ZdAz ZdAz::operator* ( const double &  f) const
inline

Definition at line 78 of file drivectrl.cc.

78 { return ZdAz(zd*f, az*f); }
double zd
Definition: drivectrl.cc:51
double az
Definition: drivectrl.cc:52
ZdAz(double zd=0, double az=0)
Definition: MPointing.h:67