FACT++  1.0
Velocity operator- ( const Velocity a,
const Velocity b 
)

Definition at line 98 of file drivectrl.cc.

References Local::az, and Local::zd.

99 {
100  return Velocity(a.zd-b.zd, a.az-b.az);
101 }
double zd
Definition: drivectrl.cc:51
double az
Definition: drivectrl.cc:52