2020-09-22 19:56:44 +00:00
|
|
|
|
# Bezier Curves
|
|
|
|
|
|
2020-09-22 20:01:10 +00:00
|
|
|
|
[](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
|