Curve Constructor
| Name | Description | |
|---|---|---|
|
Curve() |
Creates and initializes a new curve with linear interpolation.
|
|
Curve(CurveInterpolation) |
Creates and initializes a new curve with the specified interpolation mode.
|
|
Curve(CurveInterpolation, array<Point>) |
Creates and initializes a new curve with the specified interpolation mode and control points.
|
Show: