Name

triangle()

Examples
triangle(30, 75, 58, 20, 86, 75)
Description A triangle is a plane created by connecting three points. The first two arguments specify the first point, the middle two arguments specify the second point, and the last two arguments specify the third point.
Syntax
triangle(x1, y1, x2, y2, x3, y3)
Parameters
x1float: x-coordinate of the first point
y1float: y-coordinate of the first point
x2float: x-coordinate of the second point
y2float: y-coordinate of the second point
x3float: x-coordinate of the third point
y3float: y-coordinate of the third point
Related beginShape()
rect()

Updated on Tue Feb 27 14:07:12 2024.

If you see any errors or have comments, please let us know.