Lagrange Interpolation, Bezier Spline, Cardinal Spline for Computer Graphics Project
To the Layman: Draws Curves Connecting Points
For more information, view the PPT.
Developed with Python 3.8.
Install depedencies (Pygame, Numpy, Pandas) using pip.
pip install -r requirements.txt
Run with
python main.py