bresenham line generation algorithm for positive


Bresenham Line Generation Algorithm for Positive Slope

(BLD algorithm for positive slope (0 < m < 1)

- If slope is negative then utilize reflection transformation to transform the line segment along with -ve slope to line segment along with a +ve slope.

- Determine constants 2Δy, 2Δy - 2Δx, Δy, Δx at once for all lines to be scan converted, consequently the arithmetic engages only integer subtraction or addition of these constants.

Request for Solution File

Ask an Expert for Answer!!
Computer Graphics: bresenham line generation algorithm for positive
Reference No:- TGS0218576

Expected delivery within 24 Hours