|
Assimp
v3.1.1 (June 2014)
|
A time-value pair specifying a certain 3D vector for the given time. More...
Public Types | |
| typedef aiVector3D | elem_type |
Public Member Functions | |
| aiVectorKey () | |
| Default constructor. More... | |
| aiVectorKey (double time, const aiVector3D &value) | |
| Construction from a given time and key value. More... | |
| bool | operator!= (const aiVectorKey &o) const |
| bool | operator< (const aiVectorKey &o) const |
| bool | operator== (const aiVectorKey &o) const |
| bool | operator> (const aiVectorKey &o) const |
Public Attributes | |
| double | mTime |
| The time of this key. More... | |
| C_STRUCT aiVector3D | mValue |
| The value of this key. More... | |
A time-value pair specifying a certain 3D vector for the given time.
| typedef aiVector3D aiVectorKey::elem_type |
|
inline |
Default constructor.
|
inline |
Construction from a given time and key value.
|
inline |
|
inline |
|
inline |
|
inline |
| double aiVectorKey::mTime |
The time of this key.
| C_STRUCT aiVector3D aiVectorKey::mValue |
The value of this key.
1.8.9.1