MCPcopy Index your code
hub / github.com/benfry/processing4 / endShape

Method endShape

core/src/processing/core/PShape.java:806–808  ·  view source on GitHub ↗

This method is used to complete a custom shape created with the createShape() function. It's always and only used with createShape() . @webref pshape:method @webBrief Finishes the creation of a new PShape @see PApplet#beginShape()

()

Source from the content-addressed store, hash-verified

804 * @see PApplet#beginShape()
805 */
806 public void endShape() {
807 endShape(OPEN);
808 }
809
810
811 public void endShape(int mode) {

Callers 5

getTessellationMethod · 0.95
getShapeMethod · 0.95
copyGeometryMethod · 0.45
drawGeometryMethod · 0.45
drawPathMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected