![]() |
Polygon Crucher SDK - Documentation
Documentation
|
C3DTCBCurve class handles a transition between two keyframes based on Tension, Continuity and Bias parameters. These values can be directly retrieved from the public members of the class. More...
C3DTCBCurve class handles a transition between two keyframes based on Tension, Continuity and Bias parameters. These values can be directly retrieved from the public members of the class.
#include <3DKeyCurve.h>
Public Member Functions | |
| virtual void | Serialize (CXArchive &ar) |
| virtual bool | operator= (const C3DKeyCurve &curve) |
Public Member Functions inherited from C3DKeyCurve | |
| unsigned int | GetClassID () const |
| C3DKeyCurve * | Copy () const |
| virtual bool | operator== (const C3DKeyCurve &key) const |
Public Attributes | |
| float | tension |
| float | continuity |
| float | bias |
| float | easeIn |
| float | easeOut |
Additional Inherited Members | |
Public Types inherited from C3DKeyCurve | |
| enum | { KEYCURVE_NULLID = 0 , KEYCURVE_TCB = MAKE_CUSTOM_ID('T', 'C', 'B', ' ') } |
Static Public Member Functions inherited from C3DKeyCurve | |
| static C3DKeyCurve * | CreateCurve (unsigned int classid) |
|
virtual |
Reimplemented from C3DKeyCurve.
Reimplemented from C3DKeyCurve.