|
Linear interpolation visitor: Interpolates between the given values linearly. More...
#include <RobotAPI/libraries/SimpleTrajectory/interpolate/linear.h>
Public Types | |
using | result_type = VariantValue |
Exposed result type. More... | |
Public Member Functions | |
Linear (float t) | |
Interpolator. More... | |
VariantValue | operator() (const Eigen::MatrixXf &lhs, const Eigen::MatrixXf &rhs) const |
VariantValue | operator() (const Eigen::Quaternionf &lhs, const Eigen::Quaternionf &rhs) const |
VariantValue | operator() (const float &lhs, const float &rhs) const |
template<typename U , typename V > | |
VariantValue | operator() (const U &, const V &) const |
Linear interpolation visitor: Interpolates between the given values linearly.
using result_type = VariantValue |
|
inline |
|
inline |
|
inline |
|
inline |