A key frame in an animation. More...
#include <common/common.hh>

Public Member Functions | |
| KeyFrame (double _time) | |
| Constructor. More... | |
| virtual | ~KeyFrame () |
| Destructor. More... | |
| double | GetTime () const |
| Get the time of the keyframe. More... | |
Protected Attributes | |
| double | time |
| time of key frame More... | |
A key frame in an animation.
| gazebo::common::KeyFrame::KeyFrame | ( | double | _time | ) |
Constructor.
| [in] | _time | Time of the keyframe in seconds |
|
virtual |
Destructor.
| double gazebo::common::KeyFrame::GetTime | ( | ) | const |
Get the time of the keyframe.
|
protected |
time of key frame