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

Method beginContour

core/src/processing/core/PApplet.java:11631–11634  ·  view source on GitHub ↗

@webref shape:vertex

()

Source from the content-addressed store, hash-verified

11629 * @webref shape:vertex
11630 */
11631 public void beginContour() {
11632 if (recorder != null) recorder.beginContour();
11633 g.beginContour();
11634 }
11635
11636
11637 /**

Callers

nothing calls this directly

Calls 1

beginContourMethod · 0.65

Tested by

no test coverage detected