6#ifndef C3DKEYCURVE_CLASS_H
7#define C3DKEYCURVE_CLASS_H
15BEGIN_MOOTOOLS_NAMESPACE
34 KEYCURVE_TCB = MAKE_CUSTOM_ID(
'T',
'C',
'B',
' '),
37 unsigned int GetClassID()
const;
39 static C3DKeyCurve *CreateCurve(
unsigned int classid);
44 virtual bool operator==(
const C3DKeyCurve& key)
const;
CCustomData class is a handly class for storing any kind of data.
C3DKeyCurve is the base class that determines the transition curve between a given keyframe and the n...
Definition 3DKeyCurve.h:22
C3DTCBCurve class handles a transition between two keyframes based on Tension, Continuity and Bias pa...
Definition 3DKeyCurve.h:52
The class defines an x, y, z 3D point which can use int, float or double.
Definition 3DPoint.h:27