@webref pshape:method @brief Finishes the creation of a new PShape @see PApplet#beginShape()
()
| 769 | * @see PApplet#beginShape() |
| 770 | */ |
| 771 | public void endShape() { |
| 772 | endShape(OPEN); |
| 773 | } |
| 774 | |
| 775 | |
| 776 | public void endShape(int mode) { |
no test coverage detected