
This is only relevant when interpolation is CUBIC.
Public Attributes |
|
| kFBTangentModeAuto | |
| This is the equivalent to a cardinal spline
with no parametrization. |
|
| kFBTangentModeTCB | |
| TCB spline (3 parameters: TENSION,
CONTINUITY, BIAS). |
|
| kFBTangentModeUser | |
| Used to represent all splines with no lost
data (HERMITE, BEZIER, CATMUL, etc.). |
|
| kFBTangentModeBreak | |
| Like USER but left slope may differ from
right. |
|
This is the equivalent to a cardinal spline with no parametrization.
TCB spline (3 parameters: TENSION, CONTINUITY, BIAS).
Used to represent all splines with no lost data (HERMITE, BEZIER, CATMUL, etc.).
Like USER but left slope may differ from right.
1.5.3