Handbook
Glossary
<catmull-rom-spline> ( points m0 mn -- polynomials-sequence )
Vocabulary
math
.
splines
Inputs
points
points on the spline
m0
initial tangent vector
mn
final tangent vector
Outputs
polynomials-sequence
sequence of sequences of polynomials
Word description
Creates a sequence of cubic hermite curves (each a sequence of polynomials) passing through the given points and generating tangents for C1 continuity.
Definition
IN:
math.splines
:
<catmull-rom-spline>
( points m0 mn -- polynomials-sequence )
0 0 0
<kochanek-bartels-curve>
;