B-spline: Difference between revisions

Content added Content deleted
m (Automated syntax highlighting fixup (second round - minor fixes))
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 672: Line 672:


If one uses a value for k of 1, then the script will simply plot the control points as in the Julia example.
If one uses a value for k of 1, then the script will simply plot the control points as in the Julia example.
<syntaxhighlight lang="ecmascript">import "dome" for Window, Process
<syntaxhighlight lang="wren">import "dome" for Window, Process
import "graphics" for Canvas, Color
import "graphics" for Canvas, Color