pljoin
pljoin (
)
Joins the point (x1, y1) to (x2, y2).
(x1, y1)
x1
y1
(x2, y2)
x2
y2
PLFLT
x coordinate of first point.
y coordinate of first point.
x coordinate of second point.
y coordinate of second point.
Redacted form: pljoin(x1,y1,x2,y2)
pljoin(x1,y1,x2,y2)
This function is used in examples 3 and 14.