[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   NAME
        PolyDraw -- draw lines from table of (x,y) values.

   SYNOPSIS
        PolyDraw( rp, count , array )
                  a1   d0      a0

        void PolyDraw( struct rastport *, word, word * );

   FUNCTION
        starting with the first pair in the array, draw connected lines to
        it and every successive pair.

   INPUTS
        rp - pointer to rastport structure
        count -  number of (x,y) pairs in the array
        array - pointer to first (x,y) pair

   BUGS

   SEE ALSO
        draw() move() graphics/rastport.h