#include <PosQuatKey.h>
Inheritance diagram for ani::PosQuatKey:

Public Methods | |
| PosQuatKey () | |
| PosQuatKey (const float &timeVal, const gmtl::Matrix44f &mat) | |
| PosQuatKey (const float &timeVal, const gmtl::Vec3f &pos, const gmtl::Quatf &rot) | |
| PosQuatKey (const PosQuatKey &key) | |
| PosQuatKey & | operator= (const PosQuatKey &key) |
| virtual void | set (const PosQuatKey &key) |
| void | getMatrix (gmtl::Matrix44f &mat, bool navMatrix=true) const |
| virtual void | setInterpolate (float interp, const PosQuatKey &key0, const PosQuatKey &key1) |
| : POST resulting interpolated Key is stored into *this. More... | |
| const gmtl::Quatf & | rotation () const |
| const gmtl::Vec3f & | position () const |
| gmtl::Quatf & | rotation () |
| gmtl::Vec3f & | position () |
|
|
Definition at line 57 of file PosQuatKey.h. |
|
||||||||||||
|
Definition at line 61 of file PosQuatKey.h. References ani::Key::setTime(). |
|
||||||||||||||||
|
Definition at line 69 of file PosQuatKey.h. References ani::Key::setTime(). |
|
|
Definition at line 76 of file PosQuatKey.h. References set(). |
|
|
Definition at line 81 of file PosQuatKey.h. References set(). |
|
|
Definition at line 87 of file PosQuatKey.h. References mPos, mRot, ani::Key::setTime(), and ani::Key::time(). Referenced by operator=(), PosQuatKey(), and setInterpolate(). |
|
||||||||||||
|
Definition at line 101 of file PosQuatKey.h. |
|
||||||||||||||||
|
: POST resulting interpolated Key is stored into *this.
Definition at line 131 of file PosQuatKey.h. References set(). |
|
|
Definition at line 159 of file PosQuatKey.h. Referenced by ani::KeyFramerExporter::execute(), output(), and ani::KeyFramerImporter::output(). |
|
|
Definition at line 160 of file PosQuatKey.h. Referenced by ani::KeyFramerExporter::execute(), getDist(), output(), and ani::KeyFramerImporter::output(). |
|
|
Definition at line 161 of file PosQuatKey.h. |
|
|
Definition at line 162 of file PosQuatKey.h. |
1.2.15