Bitmap/Bresenham's line algorithm: Difference between revisions

m
split a long line.
m (→‎{{header|REXX}}: changed some comments, used faster assignments, made the drawLine procedure simpler.)
m (split a long line.)
Line 3:
 
;Task:
Using the data storage type defined on the [[Bitmap]] page for raster graphics images, draw a line given two points with [[wp:Bresenham's line algorithm|Bresenham's line algorithm]].
<br>draw a line given two points with [[wp:Bresenham's line algorithm|Bresenham's line algorithm]].
<br><br>