Assimp: aiQuatKey Struct Reference

assimp - Open Asset Import Library

A time-value pair specifying a rotation for the given time. More...

Public Types

typedef aiQuaternion elem_type
 

Public Member Functions

 aiQuatKey ()
 
 aiQuatKey (double time, const aiQuaternion &value)
 Construction from a given time and key value. More...
 
bool operator!= (const aiQuatKey &o) const
 
bool operator< (const aiQuatKey &o) const
 
bool operator== (const aiQuatKey &o) const
 
bool operator> (const aiQuatKey &o) const
 

Public Attributes

double mTime
 The time of this key. More...
 
C_STRUCT aiQuaternion mValue
 The value of this key. More...
 

Detailed Description

A time-value pair specifying a rotation for the given time.

Rotations are expressed with quaternions.

Member Typedef Documentation

Constructor & Destructor Documentation

aiQuatKey::aiQuatKey ( )
inline
aiQuatKey::aiQuatKey ( double  time,
const aiQuaternion value 
)
inline

Construction from a given time and key value.

Member Function Documentation

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

Member Data Documentation

double aiQuatKey::mTime

The time of this key.

C_STRUCT aiQuaternion aiQuatKey::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