Digital differential analyzer (graphics algorithm): Difference between revisions

Content deleted Content added
Line 10:
 
DDAs are well suited for hardware implementation and can be pipelined for maximized throughput.
 
This slope can be expressed in DDA
as
:<math>m = \frac{y_{end} -y_{start}}{x_{end}-x_{start}}</math>
where ''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 ==