Name

triangle

Examples
# triangle 1 https://processing.org/reference/triangle_.html

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
Related PShape_beginShape
rect
Creative Commons License