Assimp: aiVectorKey Struct Reference

assimp - Open Asset Import Library

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...
 

Detailed Description

A time-value pair specifying a certain 3D vector for the given time.

Member Typedef Documentation

Constructor & Destructor Documentation

aiVectorKey::aiVectorKey ( )
inline

Default constructor.

aiVectorKey::aiVectorKey ( double  time,
const aiVector3D value 
)
inline

Construction from a given time and key value.

Member Function Documentation

bool aiVectorKey::operator!= ( const aiVectorKey o) const
inline
bool aiVectorKey::operator< ( const aiVectorKey o) const
inline
bool aiVectorKey::operator== ( const aiVectorKey o) const
inline
bool aiVectorKey::operator> ( const aiVectorKey o) const
inline

Member Data Documentation

double aiVectorKey::mTime

The time of this key.

C_STRUCT aiVector3D aiVectorKey::mValue

The value of this key.

The documentation for this struct was generated from the following file:
Generated on Sun Feb 21 2016 19:42:29 for Assimp by   doxygen 1.8.11