Skip to content

Lagrange Interpolation, Bezier Spline, Cardinal Spline for Computer Graphics Project

License

Notifications You must be signed in to change notification settings

arunkumaraqm/Polynomial-Interpolation

Repository files navigation

Polynomial Approximation

Lagrange Interpolation, Bezier Spline, Cardinal Spline for Computer Graphics Project

To the Layman: Draws Curves Connecting Points

For more information, view the PPT.

Screenshots

Lagrange & Bezier

Lagrange & Cardinal

How to Run

Developed with Python 3.8.

Install depedencies (Pygame, Numpy, Pandas) using pip.

pip install -r requirements.txt

Run with

python main.py

Contributors

License

MIT License