Bitmap/Bézier curves/Cubic: Difference between revisions

Content added Content deleted
m (→‎{{header|Tcl}}: link to tk library)
Line 274: Line 274:


=={{header|Tcl}}==
=={{header|Tcl}}==
{{libheader|Tk}}
This solution can be applied to any number of points
This solution can be applied to any number of points
<lang tcl>package require Tcl 8.5
<lang tcl>package require Tcl 8.5