1PLFILL3(3plplot)                  PLplot API                  PLFILL3(3plplot)
2
3
4

NAME

6       plfill3 - Draw filled polygon in 3D
7

SYNOPSIS

9       plfill3(n, x, y, z)
10

DESCRIPTION

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) Perl/PDL: plfill3(n, x, y, z)
19
20
21       This function is used in example 15.
22

ARGUMENTS

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

AUTHORS

38       Many    developers   (who   are   credited   at   http://plplot.source
39       forge.net/credits.php) have contributed to PLplot over  its  long  his‐
40       tory.
41

SEE ALSO

43       PLplot    documentation   at   http://plplot.sourceforge.net/documenta
44       tion.php.
45
46
47
48                                 August, 2017                 PLFILL3(3plplot)
Impressum