![]() |
RobWorkProject
25.2.11-
|
Circular interpolator. More...
#include <CircularInterpolator.hpp>
Inherits Interpolator< T >.
Public Member Functions | |
virtual const T & | getP1 () const =0 |
virtual const T & | getP2 () const =0 |
virtual const T & | getP3 () const =0 |
![]() | |
virtual | ~Interpolator () |
Virtual destructor. | |
virtual T | x (double t) const =0 |
Position at time t. More... | |
virtual T | dx (double t) const =0 |
Velocity at time t. More... | |
virtual T | ddx (double t) const =0 |
Acceleration at time t. More... | |
virtual double | duration () const =0 |
Returns the duration of the interpolator. More... | |
Additional Inherited Members | |
![]() | |
typedef rw::core::Ptr< Interpolator > | Ptr |
smart pointer type to this class | |
Circular interpolator.
See the specific template specializations