This method is used to start a custom shape created with the createShape() function. It's always and only used with createShape() . @webref pshape:method @webBrief Starts the creation of a new PShape @see PApplet#endShape()
()
| 786 | * @see PApplet#endShape() |
| 787 | */ |
| 788 | public void beginShape() { |
| 789 | beginShape(POLYGON); |
| 790 | } |
| 791 | |
| 792 | |
| 793 | public void beginShape(int kind) { |
no outgoing calls
no test coverage detected