Method join
join(Double, Double, Double, Double)
pljoin: Draw a line between two points
Declaration
public static 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).