plline3
( | n, |
x, | |
y, | |
z) ; |
Draws line in 3 space defined by
points in
n
,
x
, and
y
.
You must first set up the viewport, the
2d viewing window (in world coordinates), and the 3d normalized
coordinate box. See z
x18c.c
for more info.
n
(PLINT
, input)
Number of points defining line.
x
(PLFLT_VECTOR
, input)
A vector containing the x coordinates of points.
y
(PLFLT_VECTOR
, input)
A vector containing the y coordinates of points.
z
(PLFLT_VECTOR
, input)
A vector containing the z coordinates of points.
Redacted form: plline3(x, y, z)
This function is used in example 18.