Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 572 Bytes

File metadata and controls

32 lines (19 loc) · 572 Bytes

NAME

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

SYNOPSIS

    PolyDraw( rp, count , array )
              a1   d0      a0

    void PolyDraw( struct RastPort *, WORD, WORD * );

Links: RastPort

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