Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Digital differential analyzer (graphics algorithm): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 16:51, 14 August 2007
edit
Markzou
(
talk
|
contribs
)
33
edits
Adding information and sample code
Revision as of 16:51, 14 August 2007
edit
undo
Markzou
(
talk
|
contribs
)
33
edits
No edit summary
Next edit →
Line 2:
Here is a sample C code of the DDA implementation:
<blockquote>
void line DDA(int xa, int ya, int xb, int yb)
{
Line 22:
}
</blockquote>