#include <PositionTimeTrack.h>
Inheritance diagram for OpenCAL::PositionTimeTrack:


Public Member Functions | |
| PositionTimeTrack (KeyFrameSystem *keyFrameSystem, Vector3 *position) | |
| void | addKeyFrame (float time, const Vector3 &value) |
| void | deleteKeyFrame (float time) |
| void | apply () |
Protected Types | |
| typedef map< float, Vector3 > | KeyFrameMap |
Protected Attributes | |
| Vector3 * | m_position |
| KeyFrameMap | m_keyFrames |
Definition at line 36 of file PositionTimeTrack.h.
1.3.8