partial_movement.hpp
Go to the documentation of this file.
1 
28 #ifndef _PARTIAL_MOVEMENT_HPP_
29 #define _PARTIAL_MOVEMENT_HPP_
30 
31 #include <vector>
32 
33 namespace shadowrobot
34 {
36 {
37 public:
39  virtual ~PartialMovement();
40 
48  double get_target(double percentage);
49 
50 protected:
55  std::vector<double> steps;
56 };
57 } // namespace shadowrobot
58 
59 /* For the emacs weenies in the crowd.
60 Local Variables:
61  c-basic-offset: 2
62 End:
63 */
64 
65 #endif
double get_target(double percentage)
std::vector< double > steps


sr_movements
Author(s): Ugo Cupcic
autogenerated on Tue Oct 13 2020 03:50:46