Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
A time-value pair specifying a rotation for the given time. More...
#include <anim.h>
Public Types | |
typedef aiQuaternion | elem_type |
Public Member Functions | |
aiQuatKey () AI_NO_EXCEPT | |
aiQuatKey (double time, const aiQuaternion &value) | |
Construction from a given time and key value. More... | |
bool | operator!= (const aiQuatKey &rhs) const |
bool | operator< (const aiQuatKey &rhs) const |
bool | operator== (const aiQuatKey &rhs) const |
bool | operator> (const aiQuatKey &rhs) const |
Public Attributes | |
double | mTime |
The time of this key. More... | |
C_STRUCT aiQuaternion | mValue |
The value of this key. More... | |
A time-value pair specifying a rotation for the given time.
Rotations are expressed with quaternions.
typedef aiQuaternion aiQuatKey::elem_type |
|
inline |
|
inline |
Construction from a given time and key value.
|
inline |
|
inline |
|
inline |
|
inline |
double aiQuatKey::mTime |
The time of this key.
C_STRUCT aiQuaternion aiQuatKey::mValue |
The value of this key.