RobWorkProject
23.9.11-
|
#include <rw/core/macros.hpp>
#include <rw/math/EAA.hpp>
#include <rw/math/Math.hpp>
#include <rw/math/Quaternion.hpp>
#include <rw/math/Rotation3D.hpp>
#include <rw/math/Transform3D.hpp>
#include <rw/trajectory/Interpolator.hpp>
Classes | |
class | LinearInterpolator< T > |
Make a linear interpolation between to position. More... | |
class | LinearInterpolator< rw::math::Rotation3D< T > > |
Implements LinearInterpolator for rw::math::Rotation3D<T> More... | |
class | LinearInterpolator< rw::math::Transform3D< T > > |
Implements LinearInterpolator for rw::math::Transform3D<T> More... | |
Namespaces | |
rw | |
Deprecated namespace since 16/4-2020 for this class. | |
rw::trajectory | |
Trajectory, path, interpolation and blending. | |
Typedefs | |
typedef LinearInterpolator< rw::math::Q > | QLinearInterpolator |
LinearInterpolator with T=rw:math::Q. | |
typedef LinearInterpolator< rw::math::Transform3D<> > | CartesianLinearInterpolator |
LinearInterpolator with T=rw:math::Transform3D<> | |