BezierCurves/README.md

8 lines
316 B
Markdown
Raw Permalink Normal View History

2020-09-22 19:56:44 +00:00
# Bezier Curves
2020-09-22 20:01:10 +00:00
[![CodeFactor](https://www.codefactor.io/repository/github/lauchmelder23/beziercurves/badge)](https://www.codefactor.io/repository/github/lauchmelder23/beziercurves)
2020-09-22 19:56:44 +00:00
I was trying to understand how B<>zier Curves are created/calculated,
so I created this program to draw them.
Graphics done in SDL2