![]() |
Polygon Crucher SDK - Documentation
Documentation
|
C3DKeyCurve is the base class that determines the transition curve between a given keyframe and the next keyframe which has the same class. More...
C3DKeyCurve is the base class that determines the transition curve between a given keyframe and the next keyframe which has the same class.
The derived class can be determined using GetClassID method. There is currently one kind of derived class which is C3DTCBCurve, which has the KEYCURVE_TCB class id.
#include <3DKeyCurve.h>
Public Types | |
enum | { KEYCURVE_NULLID = 0 , KEYCURVE_TCB = MAKE_CUSTOM_ID('T', 'C', 'B', ' ') } |
Public Member Functions | |
unsigned int | GetClassID () const |
C3DKeyCurve * | Copy () const |
virtual void | Serialize (CXArchive &ar) |
virtual bool | operator== (const C3DKeyCurve &key) const |
virtual bool | operator= (const C3DKeyCurve &key) |
Static Public Member Functions | |
static C3DKeyCurve * | CreateCurve (unsigned int classid) |