#include <RotationTimeTrack.h>
Inheritance diagram for OpenCAL::RotationTimeTrack:
Public Member Functions | |
RotationTimeTrack (KeyFrameSystem *keyFrameSystem, Quaternion *rotation) | |
void | addKeyFrame (float time, const Quaternion &value) |
void | addKeyFrame (float time, const Vector3 &axis, float angle) |
void | deleteKeyFrame (float time) |
void | apply () |
Protected Types | |
typedef map< float, Quaternion > | KeyFrameMap |
Protected Attributes | |
Quaternion * | m_rotation |
KeyFrameMap | m_keyFrames |
Definition at line 36 of file RotationTimeTrack.h.