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_curveto — Draws a curve

Author

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

                                                                                                   PS_CURVETO(3)

Description

       Draws a curve described by the three given points.

Name

       PS_curveto — Draws a curve

See Also

PS_lineto(3)

Synopsis

       #include <pslib.h>

       void PS_curveto(PSDoc *psdoc, float x1, float y1, float x2, float y2, float x3, float y3)

See Also