logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

plfill3 - Draw filled polygon in 3D

Arguments

n (PLINT(3plplot), input)
              Number of vertices in polygon.

       x (PLFLT_VECTOR(3plplot), input)
              A vector containing the x coordinates of vertices.

       y (PLFLT_VECTOR(3plplot), input)
              A vector containing the y coordinates of vertices.

       z (PLFLT_VECTOR(3plplot), input)
              A vector containing the z coordinates of vertices.

Authors

       Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot  over  its
       long history.

Description

       Fills  the  3D  polygon  defined  by the n points in the x, y, and z vectors using the pattern defined by
       plpsty(3plplot) or plpat(3plplot).  The routine will automatically close the polygon between the last and
       first vertices.  If multiple closed polygons are passed in x, y, and z then plfill3(3plplot) will fill in
       between them.

       Redacted form: General: plfill3(x,y,z)

       This function is used in example 15.

Name

plfill3 - Draw filled polygon in 3D

See Also

       PLplot documentation at http://plplot.org/documentation.php.

                                                   July, 2025                                   PLFILL3(3plplot)

Synopsis

plfill3(n, x, y, z)

See Also