|
A keyframe, representing a value at a given time. More...
#include <RobotAPI/libraries/SimpleTrajectory/Track.h>
Public Member Functions | |
Keyframe (float time, const ValueT &value) | |
Constructor. More... | |
Public Attributes | |
float | time |
The time on the timeline. More... | |
ValueT | value |
The value. More... | |
A keyframe, representing a value at a given time.