Digital differential analyzer (graphics algorithm): Difference between revisions

Content deleted Content added
m Reverted 1 edit by 112.133.203.58 using STiki
Line 11:
DDAs are well suited for hardware implementation and can be pipelined for maximized throughput.
 
where ''m'' represents the slope of the line and ''c'' is the y intercept . thisThis slope can be expressed in DDA
as
: <math>m = \frac{y_{end} -y_{start}}{x_{end}-x_{start}}</math>
inwhere ''m'' represents the slope of the line and ''c'' is the y intercept. In fact any two consecutive point(x,y) lying on this line segment should satisfy the equation.
 
== Algorithm ==