MCPcopy Index your code
hub / github.com/processing/processing / endContour

Method endContour

core/src/processing/core/PApplet.java:11640–11643  ·  view source on GitHub ↗

@webref shape:vertex

()

Source from the content-addressed store, hash-verified

11638 * @webref shape:vertex
11639 */
11640 public void endContour() {
11641 if (recorder != null) recorder.endContour();
11642 g.endContour();
11643 }
11644
11645
11646 public void endShape() {

Callers

nothing calls this directly

Calls 1

endContourMethod · 0.65

Tested by

no test coverage detected