curveNatural function Curves

Curve curveNatural(
  1. Path context
)

Produces a natural cubic spline with the second derivative of the spline set to zero at the endpoints.

Implementation

Curve curveNatural(Path context) => CurveNatural(context);