PS_curveto — Draws a curve
Contents
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)
