KeyFrame Class Reference
A key frame in an animation. More...
#include <ignition/common/KeyFrame.hh>
Public Member Functions | |
KeyFrame (const double _time) | |
Constructor. More... | |
virtual | ~KeyFrame () |
Destructor. More... | |
double | Time () const |
Get the time of the keyframe. More... | |
Protected Attributes | |
double | time |
time of key frame More... | |
Detailed Description
A key frame in an animation.
Constructor & Destructor Documentation
◆ KeyFrame()
|
explicit |
Constructor.
- Parameters
-
[in] _time Time of the keyframe in seconds
◆ ~KeyFrame()
|
virtual |
Destructor.
Member Function Documentation
◆ Time()
double Time | ( | ) | const |
Get the time of the keyframe.
- Returns
- the time
Member Data Documentation
◆ time
|
protected |
time of key frame
The documentation for this class was generated from the following file: