Source: wikibot/hermite-spline

= Hermite spline
{wiki=Hermite_spline}

A Hermite spline is a type of piecewise-defined curve that is particularly useful in computer graphics and animation for smoothly interpolating between two or more points. The defining characteristic of Hermite splines is that they are defined by their endpoints and associated tangents (or derivatives) at these endpoints. This makes them versatile for creating smooth curves that pass through specified points with controlled slopes.