Lecture 7: Bezier Curves & Surfaces (53)
xiaochy

The interpolation like Catmull-Rom Interpolation needs to pass through all the given points. In contrast, Bezier curve only needs to pass through the points at the beginning and at the end, which brings more flexibility and saves memory for computation. Furthermore, it reduces the complexity and increases the predictability of modifying the curve shape, since we only need to modify the two points from the sides.

ArjunPalkhade

If you want to learn more about the applications and beauty of Bezier curves, I find that this video helps to illustrate some of the math behind them and their use cases: https://www.youtube.com/watch?v=aVwxzDHniEw

0-0-00-0

This is the most beautiful thing I have ever seen in this class

You must be enrolled in the course to comment