Difference between revisions of "AGI/Specifications/Pic"

Jump to navigation Jump to search
→‎Line drawing: -- code highlighting
m (Change to reflect goldrush graphics fix)
(→‎Line drawing: -- code highlighting)
Line 299: Line 299:
Note that Sarien (see section Other interpreters) use a different line drawing algorithm written by Joshua Neal and Stuart George.
Note that Sarien (see section Other interpreters) use a different line drawing algorithm written by Joshua Neal and Stuart George.


<pre>
<syntax type="C">
int round(float aNumber, float dirn)
int round(float aNumber, float dirn)
{
{
Line 338: Line 338:
   }
   }
}
}
</pre>
</syntax>


===Flood filling===
===Flood filling===

Navigation menu