- Bezier curves and spline curves are parametric curves used in computer graphics and design. Bezier curves were developed in the 1960s and use control points to define quadratic, cubic, or higher order curves. Spline curves use piecewise polynomials to represent complex curves and surfaces for data interpolation and smoothing.
- Both curves allow for local control of the shape and can interpolate or approximate data points. Bezier curves have properties like the first/last control points defining the endpoints, and the curve lying within the convex hull of all control points. Higher order curves are constructed by combining lower order curve sections.