Show / Hide Table of Contents

    Method join

    | Improve this Doc View Source

    join(Double, Double, Double, Double)

    pljoin: Draw a line between two points

    Declaration
    public void join(Double x1, Double y1, Double x2, Double y2)
    Parameters
    Type Name Description
    Double x1

    x coordinate of first point.

    Double y1

    y coordinate of first point.

    Double x2

    x coordinate of second point.

    Double y2

    y coordinate of second point.

    Remarks

    Joins the point (x1, y1) to (x2, y2).

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