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

m (Automated syntax highlighting fixup (second round - minor fixes))
Line 365:
000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
</pre>
=={{header|ATS}}==
See [[Bresenham_tasks_in_ATS]].
 
=={{header|BBC BASIC}}==
{{works with|BBC BASIC for Windows}}
Line 420 ⟶ 423:
LINE x%*2,y%*2,x%*2,y%*2
ENDPROC</syntaxhighlight>
 
=={{header|C}}==
"Interface" <tt>imglib.h</tt>.
1,448

edits