1PLLINE3(3plplot) PLplot API PLLINE3(3plplot)
2
3
4
6 plline3 - Draw a line in 3 space
7
9 plline3(n, x, y, z)
10
12 Draws line in 3 space defined by n points in x, y, and z. You must
13 first set up the viewport, the 2d viewing window (in world coordi‐
14 nates), and the 3d normalized coordinate box. See x18c.c for more
15 info.
16
17 Redacted form: plline3(x, y, z)
18
19 This function is used in example 18.
20
22 n (PLINT, input)
23 Number of points defining line.
24
25 x (PLFLT *, input)
26 Pointer to array with x coordinates of points.
27
28 y (PLFLT *, input)
29 Pointer to array with y coordinates of points.
30
31 z (PLFLT *, input)
32 Pointer to array with z coordinates of points.
33
34
36 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
37 man page was automatically generated from the DocBook source of the
38 PLplot documentation, maintained by Alan W. Irwin and Rafael
39 Laboissiere.
40
42 PLplot documentation at http://plplot.sourceforge.net/resources.
43
44
45
46 July, 2010 PLLINE3(3plplot)