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

m
(add Tcl)
Line 279:
 
proc drawBezier {img colour args} {
# ensure the 3 points are increasing along the x-axis
set points [lsort -real -index 0 $args]
Anonymous user