[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