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

m
m (→‎{{header|Ruby}}: reference required code elsewhere)
Line 551:
{{trans|Tcl}}
 
Requires code from the [http://rosettacode.org/wiki/[Bitmap#Ruby |Bitmap]] and [http://rosettacode.org/wiki/[Bitmap/Bresenham%27s_line_algorithm's line algorithm#Ruby Bresenham's line algorithm]] tasks
 
<lang ruby>class Pixmap
Anonymous user