The method which used either delta x or delta y, whichever is larger, is chosen as one raster unit to draw the line this algorithm is called? A. DDA Line Algorithm B. Midpoint Line Algorithm C. Bresenham`s Line Algorithm D. Generalized Bresenham`s Algorithm
Answer - A , Explanation - The method which used either delta x or delta y, whichever is larger, is chosen as one raster unit to draw the line this algorithm is called DDA Line Algorithm .