Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ shape
Method
shape
core/src/processing/core/PApplet.java:12871–12874 ·
view source on GitHub ↗
(PShape shape)
Source
from the content-addressed store, hash-verified
12869
12870
12871
public
void
shape(PShape shape) {
12872
if
(recorder != null) recorder.shape(shape);
12873
g.shape(shape);
12874
}
12875
12876
12877
/**
Callers
1
drawChar
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected