Assimp
v3.1.1 (June 2014)
|
Float key - quite similar to aiVectorKey and aiQuatKey. More...
Public Member Functions | |
bool | operator!= (const aiFloatKey &o) const |
bool | operator< (const aiFloatKey &o) const |
bool | operator== (const aiFloatKey &o) const |
bool | operator> (const aiFloatKey &o) const |
Public Attributes | |
double | mTime |
The time of this key. More... | |
ai_real | mValue |
The value of this key. More... | |
Float key - quite similar to aiVectorKey and aiQuatKey.
Both are in the C-API, so it would be difficult to make them a template.
|
inline |
|
inline |
|
inline |
|
inline |
double Assimp::D3DS::aiFloatKey::mTime |
The time of this key.
ai_real Assimp::D3DS::aiFloatKey::mValue |
The value of this key.