This website has some really cool visualizations for Bezier curves! You can play around with the control points at different degrees of a polynomial and see how the Bezier curve changes accordingly.
jchen12197
I didn't realize until I completed the first part of the project and used the scroll function to change t, but regardless of what t we choose, we will always end up with a point on the same curve. So if we do the algorithm with many different t, the resulting points can create this curve.
https://www.jasondavies.com/animated-bezier/
This website has some really cool visualizations for Bezier curves! You can play around with the control points at different degrees of a polynomial and see how the Bezier curve changes accordingly.
I didn't realize until I completed the first part of the project and used the scroll function to change t, but regardless of what t we choose, we will always end up with a point on the same curve. So if we do the algorithm with many different t, the resulting points can create this curve.