My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
QuadraticInterpolatorSignedAngle.h
Go to the documentation of this file.
1 #ifndef GCP_UTIL_QUADRATICINTERPOLATORSIGNEDANGLE_H
2 #define GCP_UTIL_QUADRATICINTERPOLATORSIGNEDANGLE_H
3 
11 #include "gcp/util/common/QuadraticInterpolator.h"
12 
13 namespace gcp {
14  namespace util {
15 
20  public:
21 
22  QuadraticInterpolatorSignedAngle(double emptyValue);
23 
24  private:
25 
26  double fixAngle(double angle);
27 
28  }; // End class QuadraticInterpolatorSignedAngle
29 
30  } // End namespace util
31 } // End namespace gcp
32 
33 
34 
35 
36 #endif // End #ifndef GCP_UTIL_QUADRATICINTERPOLATORSIGNEDANGLE_H
Definition: QuadraticInterpolator.h:48
QuadraticInterpolatorSignedAngle(double emptyValue)
Definition: QuadraticInterpolatorSignedAngle.cc:13
Definition: QuadraticInterpolatorSignedAngle.h:19