1PLFILL3(3plplot) PLplot API PLFILL3(3plplot)
2
3
4
6 plfill3 - Draw filled polygon in 3D
7
9 plfill3(n, x, y, z)
10
12 Fills the 3D polygon defined by the n points in the x, y, and z arrays
13 using the pattern defined by plpsty(3plplot) or plpat(3plplot). The
14 routine will automatically close the polygon between the last and first
15 vertices. If multiple closed polygons are passed in x, y, and z then
16 plfill3(3plplot) will fill in between them.
17
18 Redacted form: General: plfill3(x, y, z) Perl/PDL: plfill3(n, x, y, z)
19
20
21 This function is used in example 15.
22
24 n (PLINT, input)
25 Number of vertices in polygon.
26
27 x (PLFLT *, input)
28 Pointer to array with x coordinates of vertices.
29
30 y (PLFLT *, input)
31 Pointer to array with y coordinates of vertices.
32
33 z (PLFLT *, input)
34 Pointer to array with z coordinates of vertices.
35
36
38 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
39 man page was automatically generated from the DocBook source of the
40 PLplot documentation, maintained by Alan W. Irwin and Rafael
41 Laboissiere.
42
44 PLplot documentation at http://plplot.sourceforge.net/resources.
45
46
47
48 July, 2010 PLFILL3(3plplot)