Assimp  v3.1.1 (June 2014)
Assimp::D3DS::aiFloatKey Struct Reference

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...
 
float mValue
 The value of this key. More...
 

Detailed Description

Float key - quite similar to aiVectorKey and aiQuatKey.

Both are in the C-API, so it would be difficult to make them a template.

Member Function Documentation

§ operator!=()

bool Assimp::D3DS::aiFloatKey::operator!= ( const aiFloatKey o) const
inline

§ operator<()

bool Assimp::D3DS::aiFloatKey::operator< ( const aiFloatKey o) const
inline

§ operator==()

bool Assimp::D3DS::aiFloatKey::operator== ( const aiFloatKey o) const
inline

§ operator>()

bool Assimp::D3DS::aiFloatKey::operator> ( const aiFloatKey o) const
inline

Member Data Documentation

§ mTime

double Assimp::D3DS::aiFloatKey::mTime

The time of this key.

§ mValue

float Assimp::D3DS::aiFloatKey::mValue

The value of this key.


The documentation for this struct was generated from the following file: