<cubic-hermite-spline> ( point-tangent-pairs -- polynomials-sequence )


Vocabulary
math.splines

Inputs
point-tangent-pairssequence of point and tangent pairs


Outputs
polynomials-sequencesequence of sequences of polynomials


Word description
Creates a sequence of cubic hermite curves (each a sequence of polynomials) passing through the given points with the given tangents.

Definition