DDA Algorithm In computer graphics, a hardware or software implementation of a digital differential analyzer (DDA) is used for linear interpolation of variables over an interval between start and end point. DDAs are used for rasterization of lines, triangles and polygons. In its simplest implementation the DDA Line drawing algorithm interpolates values in interval [(xstart, ystart), (xend, yend)] by computing for each xi the equations xi = xi−1 1/m, yi = yi−1 m, where Δx = xend − xstart and Δy = yend − ystart and m = Δy/Δx. - Study24x7
Social learning Network
08 Apr 2019 02:10 PM study24x7 study24x7

DDA Algorithm In computer graphics, a hardware or software implementation of a digital differential analyzer (DDA) is used for linear interpolation of variables over an interval between start and end point. DDAs are used for rasterization of lines, triangles and polygons. In its ...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles