| - Cal3D 0.11 API Reference - |
#include <corekeyframe.h>
Public Member Functions | |
| CalCoreKeyframe () | |
| Constructs the core keyframe instance. | |
| virtual | ~CalCoreKeyframe () |
| Destructs the core keyframe instance. | |
| bool | create () |
| Creates the core keyframe instance. | |
| void | destroy () |
| Destroys the core keyframe instance. | |
| const CalQuaternion & | getRotation () |
| Returns the rotation. | |
| float | getTime () const |
| Returns the time. | |
| const CalVector & | getTranslation () |
| Returns the translation. | |
| void | setRotation (const CalQuaternion &rotation) |
| Sets the rotation. | |
| void | setTime (float time) |
| Sets the time. | |
| void | setTranslation (const CalVector &translation) |
| Sets the translation. | |
Protected Attributes | |
| float | m_time |
| CalVector | m_translation |
| CalQuaternion | m_rotation |
|
|
Constructs the core keyframe instance. This function is the default constructor of the core keyframe instance. |
|
|
Destructs the core keyframe instance. This function is the destructor of the core keyframe instance. |
|
|
Creates the core keyframe instance. This function creates the core keyframe instance.
|
|
|
Destroys the core keyframe instance. This function destroys all data stored in the core keyframe instance and frees all allocated memory. |
|
|
Returns the rotation. This function returns the rotation of the core keyframe instance.
|
|
|
Returns the time. This function returns the time of the core keyframe instance.
|
|
|
Returns the translation. This function returns the translation of the core keyframe instance.
|
|
|
Sets the rotation. This function sets the rotation of the core keyframe instance.
|
|
|
Sets the time. This function sets the time of the core keyframe instance.
|
|
|
Sets the translation. This function sets the translation of the core keyframe instance.
|