Methods of tangent calculation. More...
#include <pyfbsdk_generated.h>
Public Attributes | |
kFBTangentModeAuto | |
This is the equivalent to a cardinal spline with no parametrization. In the UI, it is identified as Smooth. More... | |
kFBTangentModeTCB | |
TCB spline (3 parameters: TENSION, CONTINUITY, BIAS) More... | |
kFBTangentModeUser | |
Used to represent all splines with no lost data (HERMITE, BEZIER, CATMUL, etc.) More... | |
kFBTangentModeBreak | |
Like USER but left slope may differ from right. More... | |
kFBTangentModeTimeIndependent | |
Time independent, is calculated based upon the slope between the previous and next key values. In the UI, it is identified as Spline. More... | |
kFBTangentModeClampProgressive | |
Time independent, will flatten the tangent handles when the key value goes over or under the previous and next key values. In the UI, it is identified as Auto. More... | |
Methods of tangent calculation.
This is only relevant when interpolation is CUBIC.
kFBTangentModeAuto |
This is the equivalent to a cardinal spline with no parametrization. In the UI, it is identified as Smooth.
kFBTangentModeBreak |
Like USER but left slope may differ from right.
kFBTangentModeClampProgressive |
Time independent, will flatten the tangent handles when the key value goes over or under the previous and next key values. In the UI, it is identified as Auto.
kFBTangentModeTCB |
TCB spline (3 parameters: TENSION, CONTINUITY, BIAS)
kFBTangentModeTimeIndependent |
Time independent, is calculated based upon the slope between the previous and next key values. In the UI, it is identified as Spline.
kFBTangentModeUser |
Used to represent all splines with no lost data (HERMITE, BEZIER, CATMUL, etc.)