Random Project - Bézier Curve If you ever wondered how a bézier curve works, this project is for you. This is a cubic bézier curve. It basically makes a point between all 4 main points (2 anchor points and 2 control points). Then makes it again for the new 3 points and makes 2 points. Then does it one last time and makes the "purple dot" you see in the project. It moves all of these points at the same time and draws a line using the purple dot. That purple line is the bézier curve. Move dots around to change the shape. Press : A - Show/Hide middle points S - Change the animation speed D - Change animation F - Change curve transparency SPACE - Change preset What is a Bézier Curve? A Bézier (pronounced "bez-E-A") curve is a line or "path" used to create vector graphics. It consists of two or more control points, which define the size and shape of the line. The first and last points mark the beginning and end of the path, while the intermediate points define the path's curvature. For example, in the Scratch vector costume editor you use Bézier Curves to make curved lines. Hold "P" to see example if you are lazy to open the project editor. :P
https://en.wikipedia.org/wiki/B%C3%A9zier_curve