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

Content added Content deleted
m (→‎{{header|Ruby}}: reference required code elsewhere)
Line 551: Line 551:
{{trans|Tcl}}
{{trans|Tcl}}


Requires code from the [http://rosettacode.org/wiki/Bitmap#Ruby Bitmap] and [http://rosettacode.org/wiki/Bitmap/Bresenham%27s_line_algorithm#Ruby Bresenham's line algorithm] tasks
Requires code from the [[Bitmap#Ruby|Bitmap]] and [[Bitmap/Bresenham's line algorithm#Ruby Bresenham's line algorithm]] tasks


<lang ruby>class Pixmap
<lang ruby>class Pixmap