Drag the dots around and see how the curve changes! I am going to make a new PTE, but this time with Bezier curves, so I made this project so that I can! These are cubic bezier curves. Things to know: Bezier curve: a mathematical curve that finds iterated points in between four control points to create an accurate curve. Cubic Bezier curve: a bezier curve with four control points Linear Interpolation Formula: a formula, x = x1+t(x2-x1), for finding a point t in between two points.
Use with credit!