LinearInterpolation.h File Reference
#include "AbstractInterpolation.h"
#include <Eigen/Eigen>
+ Include dependency graph for LinearInterpolation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LinearInterpolation
 The LinearInterpolation class represents a linear Interpolation between a series of control points Linear means that the position is calcualed by a function with the Form a + time * b (with a and b as three-dimensional Vectors) More...
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Typedefs

using LinearInterpolationPtr = std::shared_ptr< LinearInterpolation >