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

Method shape

core/src/processing/core/PApplet.java:12169–12172  ·  view source on GitHub ↗
(PShape shape)

Source from the content-addressed store, hash-verified

12167
12168
12169 public void shape(PShape shape) {
12170 if (recorder != null) recorder.shape(shape);
12171 g.shape(shape);
12172 }
12173
12174
12175 /**

Callers 2

drawCharMethod · 0.45
svgToImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected