You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 7: Geometry And Splines (57)
randyfan

Based on the Bernstein polynomial, Bezier curves were introduced by a French engineering named Pierre Bezier. He initially used Bezier curves to model automobile cars, which was very effective as Bezier curves allow us to model smooth curves by moving around control points.
Bezier curves are very applicable to computer graphics, animation, and other fields (including fonts!). For example, TrueType font, which is one of the most common format for fonts on the classic MacOS and Microsoft Windows operating systems, is composed of quadaratic Bezier curves. Other languages and tools (such as SVG) utilize Bezier curves to draw curved shapes.

You must be enrolled in the course to comment