44 public:
double GetTime()
const;
95 public:
void SetValue(
const double &_value);
99 public:
const double &GetValue()
const;
math::Quaternion rotate
the rotation quaternion
Definition: KeyFrame.hh:80
math::Vector3 translate
the translation vector
Definition: KeyFrame.hh:77
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:43
A keyframe for a NumericAnimation.
Definition: KeyFrame.hh:84
A keyframe for a PoseAnimation.
Definition: KeyFrame.hh:51
A key frame in an animation.
Definition: KeyFrame.hh:33
A quaternion class.
Definition: Quaternion.hh:45
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48
double value
numeric value
Definition: KeyFrame.hh:102
double time
time of key frame
Definition: KeyFrame.hh:47