bladex.ndinterpolator.scipy_bspline

scipy_bspline(cv, npoints, degree)[source]

Construct B-Spline curve via the control points.

Parameters:
  • cv (array_like) – control points vector (spline coefficients).
  • npoints (int) – number of points on the curve.
  • degree (int) – BSpline degree.