Scroll to navigation

PLFILL3(3plplot) PLplot API PLFILL3(3plplot)

NAME

plfill3 - Draw filled polygon in 3D

SYNOPSIS

plfill3(n, x, y, z)

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.

ARGUMENTS

Number of vertices in polygon.
A vector containing the x coordinates of vertices.
A vector containing the y coordinates of vertices.
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.

SEE ALSO

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

March, 2024