test1 ( -- )


Vocabulary
math.splines.testing

Inputs
None

Outputs
None

Definition


: test1 ( -- )
{
{ { 0 0 } { 0 200 } }
{ { 100 50 } { 0 -200 } }
{ { 300 300 } { 500 200 } }
{ { 400 400 } { 300 0 } }
} <cubic-hermite-spline> { 50 100 } 4 spline. ;