<cubic-hermite-curve> ( p0 m0 p1 m1 -- polynomials )


Vocabulary
math.splines

Inputs
p0start point
m0start tangent
p1end point
m1end tangent


Outputs
polynomialssequence of polynomials


Word description
Creates a sequence of polynomials (one per dimension) for the curve passing through p0 and p1.

Definition