|
Assimp
v2.0 (November 2010)
|
A time-value pair specifying a rotation for the given time. More...
Public Types | |
| typedef aiQuaternion | elem_type |
Public Member Functions | |
| aiQuatKey () | |
| aiQuatKey (double time, const aiQuaternion &value) | |
| Construction from a given time and key value. | |
| bool | operator!= (const aiQuatKey &o) const |
| bool | operator< (const aiQuatKey &o) const |
| bool | operator== (const aiQuatKey &o) const |
| bool | operator> (const aiQuatKey &o) const |
Public Attributes | |
| double | mTime |
| The time of this key. | |
| aiQuaternion | mValue |
| The value of this key. | |
A time-value pair specifying a rotation for the given time.
Rotations are expressed with quaternions.
| typedef aiQuaternion aiQuatKey::elem_type |
| aiQuatKey::aiQuatKey | ( | ) | [inline] |
| aiQuatKey::aiQuatKey | ( | double | time, |
| const aiQuaternion & | value | ||
| ) | [inline] |
Construction from a given time and key value.
| bool aiQuatKey::operator!= | ( | const aiQuatKey & | o | ) | const [inline] |
| bool aiQuatKey::operator< | ( | const aiQuatKey & | o | ) | const [inline] |
| bool aiQuatKey::operator== | ( | const aiQuatKey & | o | ) | const [inline] |
| bool aiQuatKey::operator> | ( | const aiQuatKey & | o | ) | const [inline] |
| double aiQuatKey::mTime |
The time of this key.
The value of this key.
1.8.0