Re: A86: polygons
[Prev][Next][Index][Thread]
Re: A86: polygons
At 06:46 PM 7/17/98 -0500, you wrote:
>
>Umm, what kind of polygons are you talking about?
>
>Triangles are the easiest to draw and fill. Or do you want to draw and
>fill a random list of vertices, that could be concave or convex? This
>would be pretty slow on the calc, because 8 or 16 bit numbers kind of
>limits fixed-point numbers.
Why would you need fixed-point? I'd probably just draw the lines, then find
a point I knew was inside, and use a flood-fill routine. Unless you're
doing triangles, which as you say, are simple.
--Joshua
Follow-Ups:
References: