#include <fbdata.h>
Public Member Functions |
|
FBFCurveKey (HKFCurve pFCurve=NULL, int pKeyIndex=1) | |
Constructor. |
|
FBFCurveKey (const FBFCurveKey &pFCurveKey) | |
Constructor. |
|
~FBFCurveKey () | |
Destructor. |
|
bool | operator== (const FBFCurveKey &pValue) const |
Overloaded == operator. |
|
Public Attributes |
|
FBPropertyFloat | Value |
Read Write Property: Value of Key
|
|
FBPropertyFloat | LeftDerivative |
Read Write Property: Left derivative,
in units/seconds. |
|
FBPropertyFloat | RightDerivative |
Read Write Property: Right
derivative, in units/seconds. |
|
FBPropertyFloat | LeftTangentWeight |
Read Write Property: Left tangent
weight |
|
FBPropertyFloat | RightTangentWeight |
Read Write Property: Right tangent
weight |
|
FBPropertyFloat | LeftBezierTangent |
Read Write Property: Left bezier
tangent |
|
FBPropertyFloat | RightBezierTangent |
Read Write Property: Right bezier
tangent |
|
FBPropertyFloat | Tension |
Read Write Property: Tension (TCB).
|
|
FBPropertyFloat | Continuity |
Read Write Property: Continuity
(TCB). |
|
FBPropertyFloat | Bias |
Read Write Property: Bias (TCB).
|
|
FBPropertyTime | Time |
Read Write Property: Time of key.
|
|
FBPropertyInterpolation | Interpolation |
Read Write Property: Type of
interpolation. |
|
FBPropertyTangentMode | TangentMode |
Read Write Property: Tangeant
calculation method. |
|
FBPropertyTangentClampMode | TangentClampMode |
Read Write Property: Tangent's clamp
method. |
|
FBPropertyBool | TangentBreak |
Read Write Property: Tangent's break
status |
|
FBPropertyTangentConstantMode | TangentConstantMode |
Read Write Property: Tangent's
constant mode |
|
Friends |
|
class | FBFCurve |
class | FBPropertyListFCurveKey |
FBFCurveKey | ( | HKFCurve | pFCurve = NULL , |
int | pKeyIndex =
1 |
||
) |
Constructor.
pFCurve | Parent FCurve (default is NULL). |
pKeyIndex | Key frame index (default is 1). |
FBFCurveKey | ( | const FBFCurveKey & | pFCurveKey | ) |
Constructor.
pFCurveKey | FCurveKey to copy information from. |
~FBFCurveKey | ( | ) |
Destructor.
bool operator== | ( | const FBFCurveKey & | pValue | ) | const |
Overloaded == operator.
pValue | FCurveKey to compare with. |
friend class FBFCurve [friend] |
friend class FBPropertyListFCurveKey
[friend] |
Read Write Property: Value of Key
Read Write Property: Left derivative, in units/seconds.
Read Write Property: Right derivative, in units/seconds.
Read Write Property: Left tangent weight
Read Write Property: Right tangent weight
Read Write Property: Left bezier tangent
Read Write Property: Right bezier tangent
Read Write Property: Tension (TCB).
Read Write Property: Continuity (TCB).
Read Write Property: Bias (TCB).
Read Write Property: Time of key.
FBPropertyInterpolation Interpolation |
Read Write Property: Type of interpolation.
FBPropertyTangentMode TangentMode |
Read Write Property: Tangeant calculation method.
FBPropertyTangentClampMode TangentClampMode |
Read Write Property: Tangent's clamp method.
Read Write Property: Tangent's break status
FBPropertyTangentConstantMode TangentConstantMode |
Read Write Property: Tangent's constant mode