Digital differential analyzer (graphics algorithm): Difference between revisions

Content deleted Content added
Markzou (talk | contribs)
No edit summary
Markzou (talk | contribs)
Line 4:
Here is a sample C code of the DDA implementation:
 
== Sample Code ==
void line DDA(int xa, int ya, int xb, int yb)
{