PRESCRIBE Command Reference
186
PCZP — in Path, Curve to Zero-relative Position
Format
PCZP x1, y1, x2, y2, x3, y3;
Parameters
x1, y1:
coordinates of the first control point as measured from the left and top edge limits of
paper
x2, y2:
coordinates of second control point as measured from the left and top edge limits of
paper
x3, y3:
coordinates of end point as measured from the left and top edge limits of paper
Function
The PCZP command adds a Bézier curve segment to the path, starting from the current
cursor position through two controls points of (x1, y1) and (x2, y2), and ending at (x3,
y3), measured from the left and top edge limits of the paper.
Example:
NEWP;
PMZP 1.5, 3.5;
PCZP 4.5, 1.5, 5.5, 5.5, 8, 3.5;
STRK;
Current position (1.5, 3.5)
(4.5, 1.5)
(5.5, 5.5)
(8, 3.5)