Handbook
Glossary
test1 ( -- )
Vocabulary
math
.
splines
.
testing
Inputs
None
Outputs
None
Definition
USING:
math.splines
math.splines.viewer
;
IN:
math.splines.testing
:
test1
( -- )
{
{
{
0 0
}
{
0 200
}
}
{
{
100 50
}
{
0 -200
}
}
{
{
300 300
}
{
500 200
}
}
{
{
400 400
}
{
300 0
}
}
}
<cubic-hermite-spline>
{
50 100
}
4
spline.
;