splinien
Splinien, often translated as splines in English, are a family of smooth curves used to interpolate or approximate data. They are defined as piecewise-polynomial functions connected at a sequence of parameter values called knots. Each piece is a polynomial of a fixed degree, and consecutive pieces are joined to meet a specified level of smoothness, typically up to a certain number of continuous derivatives.
Mathematically, a spline of degree p on a knot vector is a function that on each subinterval
Several important families of splinien exist. Natural cubic splines impose zero second derivatives at the endpoints
Applications of splinien span computer graphics, computer-aided design, font rendering, data fitting, and robotics. The concept