#include <GXKeyFrameTemplate.h>
Public Methods | |
CGXKeyframeTemplate () | |
~CGXKeyframeTemplate () | |
bool | WriteToStream (IStream *pStream) |
bool | LoadFromStream (IStream *pStream) |
bool | LoadFromData (type *pKeyFrames, UINT uFrameCount) |
void | GetLerpValAt (float fPos, type *pOut) |
void | GetQuadInterpValAt (float fPos, type *pOut) |
UINT | GetFrameCount () |
bool | LoadFromKeyframeTemplate (CGXKeyframeTemplate< type > &In) |
Protected Attributes | |
CGXAutoArray< type > | m_Frames |
Friends | |
class | CGXKeyframeTemplate< type > |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|