nAnimEvent Class Reference
[Animation Subsystem]
#include <nanimevent.h>
Detailed Description
An nAnimEvent holds time, translation, rotation and scale of an animation event.(C) 2005 Radon Labs GmbH
Definition at line 18 of file nanimevent.h.
Public Member Functions | |
| nAnimEvent () | |
| constructor | |
| void | SetTime (float t) |
| set time | |
| float | GetTime () const |
| get time | |
| void | SetTranslation (const vector3 &t) |
| set translation | |
| const vector3 & | GetTranslation () const |
| get translation | |
| void | SetQuaternion (const quaternion &q) |
| set rotation | |
| const quaternion & | GetQuaternion () const |
| get quaternion | |
| void | SetScale (const vector3 &s) |
| set scale | |
| const vector3 & | GetScale () const |
| get scale | |
| matrix44 | GetMatrix () const |
| get resulting matrix (slow) | |
| void | SetWeightAccum (float w) |
| set accumulated weight | |
| float | GetWeightAccum () const |
| get accumulated weight | |
Constructor & Destructor Documentation
|
|
constructor
Definition at line 58 of file nanimevent.h. |
Member Function Documentation
|
|
set time
Definition at line 71 of file nanimevent.h. |
|
|
get time
Definition at line 81 of file nanimevent.h. |
|
|
set translation
Definition at line 91 of file nanimevent.h. |
|
|
get translation
Definition at line 101 of file nanimevent.h. |
|
|
set rotation
Definition at line 111 of file nanimevent.h. |
|
|
get quaternion
Definition at line 121 of file nanimevent.h. |
|
|
set scale
Definition at line 131 of file nanimevent.h. |
|
|
get scale
Definition at line 141 of file nanimevent.h. |
|
|
get resulting matrix (slow)
Definition at line 151 of file nanimevent.h. |
|
|
set accumulated weight
Definition at line 165 of file nanimevent.h. |
|
|
get accumulated weight
Definition at line 175 of file nanimevent.h. |
The documentation for this class was generated from the following file: