Bitmap/Bresenham's line algorithm: Difference between revisions

m
→‎version 1: added wording to the REXX section header.
m (→‎version 1: added wording to the REXX section header.)
Line 3,324:
This REXX version has automatic scaling (for displaying the plot),   includes a
border,   accepts lines segments from the
<br>command line, &nbsp; displays a (background) plot field, &nbsp; uses an infinite field, &nbsp; and
it also handles multiple line segments.
<lang rexx>/*REXX program plots/draws line segments using the Bresenham's line (2D) algorithm. */