This reference page is linked to from the following overview topics: Creating a Spline.
Defines |
|
| #define | LTYPE_CURVE 0 |
| Specifies that the segment should
interpolate based on the bezier handles for the segment. |
|
| #define | LTYPE_LINE 1 |
| Specifies that the segment should go
straight from knot to knot and ignore the bezier handles. |
|
| #define LTYPE_CURVE 0 |
Specifies that the segment should interpolate based on the bezier handles for the segment.
| #define LTYPE_LINE 1 |
Specifies that the segment should go straight from knot to knot and ignore the bezier handles.