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

Content added Content deleted
m (Automated syntax highlighting fixup (second round - minor fixes))
Line 365: Line 365:
000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
</pre>
</pre>
=={{header|ATS}}==
See [[Bresenham_tasks_in_ATS]].

=={{header|BBC BASIC}}==
=={{header|BBC BASIC}}==
{{works with|BBC BASIC for Windows}}
{{works with|BBC BASIC for Windows}}
Line 420: Line 423:
LINE x%*2,y%*2,x%*2,y%*2
LINE x%*2,y%*2,x%*2,y%*2
ENDPROC</syntaxhighlight>
ENDPROC</syntaxhighlight>

=={{header|C}}==
=={{header|C}}==
"Interface" <tt>imglib.h</tt>.
"Interface" <tt>imglib.h</tt>.