Skip to content

22RC/Interpolation_with_CubicSpline_and_BezierCurve

Repository files navigation

Interpolation_with_CubicSpline_and_BezierCurve

Simple program for polynomial interpolation with cubic Spline and Bèzier curves written in python.

The various tests are present in the repository. The tests have been developed for all types of cubic splines and for bèzier curves.

If you want to use this program, you need to install the following libraries:

-numpy (see this link https://pypi.python.org/pypi/numpy); -scipy (see this link https://www.scipy.org/scipylib/download.html); -mathplotlib (see this link https://matplotlib.org/downloads.html).

Attached there is a report of the work done, unfortunately in Italian (when I will have free time I translate it into English)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages