|  | 
|  | TransformKeyFrame (const AnimationTrack *parent, Real time) | 
|  | Default constructor, you should not call this but use AnimationTrack::createKeyFrame instead. 
 | 
|  | 
|  | ~TransformKeyFrame () | 
|  | 
| KeyFrame * | _clone (AnimationTrack *newParent) const | 
|  | Clone a keyframe (internal use only) 
 | 
|  | 
| virtual const Quaternion & | getRotation (void) const | 
|  | Gets the rotation applied by this keyframe. 
 | 
|  | 
| virtual const Vector3 & | getScale (void) const | 
|  | Gets the scaling factor applied by this keyframe. 
 | 
|  | 
| Real | getTime (void) const | 
|  | Gets the time of this keyframe in the animation sequence. 
 | 
|  | 
| const Vector3 & | getTranslate (void) const | 
|  | Gets the translation applied by this keyframe. 
 | 
|  | 
| void | operator delete (void *ptr) | 
|  | 
| void | operator delete (void *ptr, const char *, int, const char *) | 
|  | 
| void | operator delete (void *ptr, void *) | 
|  | 
| void | operator delete[] (void *ptr) | 
|  | 
| void | operator delete[] (void *ptr, const char *, int, const char *) | 
|  | 
| void * | operator new (size_t sz) | 
|  | 
| void * | operator new (size_t sz, const char *file, int line, const char *func) | 
|  | operator new, with debug line info 
 | 
|  | 
| void * | operator new (size_t sz, void *ptr) | 
|  | placement operator new 
 | 
|  | 
| void * | operator new[] (size_t sz) | 
|  | 
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) | 
|  | array operator new, with debug line info 
 | 
|  | 
| virtual void | setRotation (const Quaternion &rot) | 
|  | Sets the rotation applied by this keyframe. 
 | 
|  | 
| virtual void | setScale (const Vector3 &scale) | 
|  | Sets the scaling factor applied by this keyframe to the animable object at it's time index. 
 | 
|  | 
| virtual void | setTranslate (const Vector3 &trans) | 
|  | Sets the translation associated with this keyframe. 
 | 
|  | 
Specialised KeyFrame which stores a full transform.