Show / Hide Table of Contents

    Method line3

    | Improve this Doc View Source

    line3(Double[], Double[], Double[])

    plline3: Draw a line in 3 space

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

    A vector containing the x coordinates of points.

    Double[] y

    A vector containing the y coordinates of points.

    Double[] z

    A vector containing the z coordinates of points.

    Remarks

    Draws line in 3 space defined by n points in x, y, and z. You must first set up the viewport, the 2d viewing window (in world coordinates), and the 3d normalized coordinate box. See x18c.c for more info.

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