curveBasisOpen function Curves

Curve curveBasisOpen(
  1. Path context
)

Produces a cubic basis spline using the specified control points.

Unlike curveBasis, the first and last points are not repeated, and thus the curve typically does not intersect these points.

Implementation

Curve curveBasisOpen(Path context) => CurveBasisOpen(context);