@webref pshape:method @brief Starts the creation of a new PShape @see PApplet#endShape()
()
| 754 | * @see PApplet#endShape() |
| 755 | */ |
| 756 | public void beginShape() { |
| 757 | beginShape(POLYGON); |
| 758 | } |
| 759 | |
| 760 | |
| 761 | public void beginShape(int kind) { |
no outgoing calls
no test coverage detected