ITrack implementation for linear keyframer. More...
#include <track_keyframer.h>
Inherits NL3D::ITrackKeyFramer< CKeyT >.
Public Member Functions | |
| virtual void | evalKey (const CKeyT *previous, const CKeyT *next, TAnimationTime datePrevious, TAnimationTime, TAnimationTime date, IAnimatedValue &result) |
| From ITrackKeyFramer. | |
ITrack implementation for linear keyframer.
Definition at line 509 of file track_keyframer.h.
| virtual void NL3D::CTrackKeyFramerLinear< CKeyT, T >::evalKey | ( | const CKeyT * | previous, | |
| const CKeyT * | next, | |||
| TAnimationTime | datePrevious, | |||
| TAnimationTime | , | |||
| TAnimationTime | date, | |||
| IAnimatedValue & | result | |||
| ) | [inline, virtual] |
From ITrackKeyFramer.
Implements NL3D::ITrackKeyFramer< CKeyT >.
Definition at line 514 of file track_keyframer.h.
1.6.1