Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
A time-value pair specifying a certain 3D vector for the given time. More...
#include <anim.h>
Public Types | |
typedef aiVector3D | elem_type |
Public Member Functions | |
aiVectorKey () AI_NO_EXCEPT | |
The default constructor. More... | |
aiVectorKey (double time, const aiVector3D &value) | |
Construction from a given time and key value. More... | |
bool | operator!= (const aiVectorKey &rhs) const |
bool | operator< (const aiVectorKey &rhs) const |
bool | operator== (const aiVectorKey &rhs) const |
bool | operator> (const aiVectorKey &rhs) 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 |
The 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.