Show / Hide Table of Contents

    Method fill3

    | Improve this Doc View Source

    fill3(Double[], Double[], Double[])

    plfill3: Draw filled polygon in 3D

    Declaration
    public void fill3(Double[] x, Double[] y, Double[] z)
    Parameters
    Type Name Description
    Double[] x

    A vector containing the x coordinates of vertices.

    Double[] y

    A vector containing the y coordinates of vertices.

    Double[] z

    A vector containing the z coordinates of vertices.

    Remarks

    Fills the 3D polygon defined by the n points in the x, y, and z vectors using the pattern defined by plpsty or plpat. 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 will fill in between them.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX