|
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 > |