Go to the documentation of this file.
22 #ifndef SPLINEINTERPOLATIONSEGMENT_H
23 #define SPLINEINTERPOLATIONSEGMENT_H
48 PoseBasePtr
getPoseAt(
double time)
override;
56 double poseAccesFactor;
57 double poseAccesStart;
std::shared_ptr< SplineInterpolationSegment > SplineInterpolationSegmentPtr
PoseBasePtr getPoseAt(double time) override
getPoseAt returns the Pose defined by f(time)
The AbstractInterpolation class represents a function f:t->P with P being the space of all poses The ...
std::shared_ptr< AbstractInterpolation > AbstractInterpolationPtr
The SplineInterpolationSegment class represents the segment of a parent SplineInterpolation between t...
int getNumberOfControlPoints()
always returns 2 as there are always 2 control points in a spline interpolation segment
SplineInterpolationSegment(int number, AbstractInterpolationPtr parent)
SplineInterpolationSegment creates a new SplineInterpolation.
This file offers overloads of toIce() and fromIce() functions for STL container types.