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 vectors
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)
19
20
21 This function is used in example 15.
22
24 n (PLINT(3plplot), input)
25 Number of vertices in polygon.
26
27 x (PLFLT_VECTOR(3plplot), input)
28 A vector containing the x coordinates of vertices.
29
30 y (PLFLT_VECTOR(3plplot), input)
31 A vector containing the y coordinates of vertices.
32
33 z (PLFLT_VECTOR(3plplot), input)
34 A vector containing the z coordinates of vertices.
35
36
38 Many developers (who are credited at http://plplot.org/credits.php)
39 have contributed to PLplot over its long history.
40
42 PLplot documentation at http://plplot.org/documentation.php.
43
44
45
46 January, 2023 PLFILL3(3plplot)