Polygon Crucher SDK - Documentation
Documentation
Loading...
Searching...
No Matches
C3DKeyCurve Class Reference

C3DKeyCurve is the base class that determines the transition curve between a given keyframe and the next keyframe which has the same class. More...

Detailed Description

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>

Inheritance diagram for C3DKeyCurve:
C3DTCBCurve

Public Types

enum  { KEYCURVE_NULLID = 0 , KEYCURVE_TCB = MAKE_CUSTOM_ID('T', 'C', 'B', ' ') }
 

Public Member Functions

unsigned int GetClassID () const
 
C3DKeyCurveCopy () const
 
virtual void Serialize (CXArchive &ar)
 
virtual bool operator== (const C3DKeyCurve &key) const
 
virtual bool operator= (const C3DKeyCurve &key)
 

Static Public Member Functions

static C3DKeyCurveCreateCurve (unsigned int classid)
 

The documentation for this class was generated from the following file: