Content deleted Content added
No edit summary |
-wikicode |
||
Line 5:
Here is [[pseudocode]] for the nearly-horizontal case (<math>\Delta x > \Delta y</math>). The extension to cover nearly-vertical lines is trivial, and left as an exercise for the reader.
<code>
'''function''' plot(x, y, c)
|