#include <key.h>
Inheritance diagram for NL3D::CKeyTCB< NLMISC::CAngleAxis >:
Nevrax France
Definition at line 187 of file key.h.
Public Types | |
typedef T | TValueType |
synonym for T. | |
Public Member Functions | |
void | serial (NLMISC::IStream &f) throw (NLMISC::EStream) |
Serial. | |
Data Fields | |
NLMISC::CQuat | A |
NLMISC::CQuat | B |
float | Bias |
float | Continuity |
float | Ease0 |
float | Ease1 |
float | EaseFrom |
float | EaseK |
float | EaseKOverEase0 |
float | EaseKOverEase1 |
float | EaseTo |
NLMISC::CAngleAxis | LocalAngleAxis |
float | OODeltaTime |
NLMISC::CQuat | Quat |
float | Tension |
T | Value |
The key value. |
|
synonym for T.
|
|
Serial.
Reimplemented from NL3D::CKey< T >. Definition at line 192 of file key.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 76 of file key.h. Referenced by NL3D::CTrackKeyFramerLinear< CKeyRGBA, NLMISC::CRGBA >::evalKey(), and NL3D::CTrackKeyFramerLinear< CKeyQuat, CQuat >::evalKey(). |
|
|
|
|
|
The key value.
Definition at line 69 of file key.h. Referenced by NL3D::CTCBTools< CKeyTCBFloat, sint32, std::map< TAnimationTime, CKeyTCBFloat > >::computeTCBFactors(), NL3D::CTrackKeyFramerLinear< CKeyRGBA, NLMISC::CRGBA >::evalKey(), and NL3D::CTrackKeyFramerLinear< CKeyQuat, CQuat >::evalKey(). |