logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PS_lineto — Draws a line

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                    PS_LINETO(3)

Description

       Adds  a  straight  line  from  the  current  point  to  the  given  coordinates to the current path.  Use
       PS_moveto(3) to set the starting point of the line.

Name

       PS_lineto — Draws a line

See Also

PS_moveto(3)

Synopsis

       #include <pslib.h>

       void PS_lineto(PSDoc *psdoc, float x, float y)

See Also