BezierCurves/README.md
2020-09-22 21:56:44 +02:00

6 lines
149 B
Markdown

# Bezier Curves
I was trying to understand how Bézier Curves are created/calculated,
so I created this program to draw them.
Graphics done in SDL2