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. | |
aiVectorKey (double time, const aiVector3D &value) | |
Construction from a given time and key value. | |
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 | |
C_ENUM aiAnimInterpolation | mInterpolation |
The interpolation setting of this key. | |
double | mTime |
The time of this key. | |
C_STRUCT aiVector3D | mValue |
The value of this key. | |
A time-value pair specifying a certain 3D vector for the given time.
|
inline |
The default constructor.
|
inline |
Construction from a given time and key value.
|
inline |
|
inline |
|
inline |
|
inline |
C_ENUM aiAnimInterpolation aiVectorKey::mInterpolation |
The interpolation setting of this key.
double aiVectorKey::mTime |
The time of this key.
C_STRUCT aiVector3D aiVectorKey::mValue |
The value of this key.