:param list: points for the curve.
:param boolean: flag to make the curve periodic.
:param boolean: flag to make the curve closed but not periodic.
- :return: Created B-spline curve.
+ :return: interpolated curve.
Result
""""""
-The created B-spline curve appears in the view.
+The interpolated curve appears in the view.
.. image:: images/curvefitting_interpolation_res.png
:align: center
:param double: how close the curve should pass according to the points.
:param boolean: flag to make the curve periodic.
:param boolean: flag to make the curve closed but not periodic.
- :return: Created B-spline curve.
+ :return: interpolated curve.
Result
""""""
-The created B-spline curve appears in the view.
+The interpolated curve appears in the view.
.. image:: images/curvefitting_approximation_res.png
:align: center