Table of Contents

Geometry - Bezier Curve

About

Bézier curves are widely used in computer graphics to model smooth curves.

TrueType fonts use composite Bézier curves composed of quadratic Bézier curves.

Structure

Bezier curves are defined by four points:

Bezier Curve

The control points have the useful property that a line starting at one end of the curve and ending at the corresponding control point is tangent to the curve at the end point. This enables the smooth joining of multiple Bezier curves to form a path.

Documentation / Reference