FACT++  1.0
Encoder Encoder::Abs ( ) const
inline

Definition at line 72 of file drivectrl.cc.

Referenced by StateMachineDrive< T, S >::Execute().

72 { return Encoder(fabs(zd), fabs(az)); }
double zd
Definition: drivectrl.cc:51
double az
Definition: drivectrl.cc:52
Encoder(double _zd=0, double _az=0)
Definition: drivectrl.cc:66

+ Here is the caller graph for this function: