What are Bezier Curves?

According to wikipedia ^1, a "Bezier Curve" can be defined as: A parametric curve used in computer graphics and related fields.

For me, it came up when I was improving upon my Creatures // TODO

How did I go about implement them?

Starting with a dot

Move it straight ahead

Now, curve it // Quadratic

Curve it some more // Cubic

Sauce


  1. Ensure there's a different file for different curves

Sources