Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ endShape
Method
endShape
core/src/processing/core/PGraphics.java:1706–1708 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1704
1705
1706
public
void
endShape() {
1707
endShape(OPEN);
1708
}
1709
1710
1711
/**
Callers
13
rawPolys
Method · 0.95
rawLines
Method · 0.95
rawPoints
Method · 0.95
point
Method · 0.95
line
Method · 0.95
triangle
Method · 0.95
quad
Method · 0.95
rectImpl
Method · 0.95
box
Method · 0.95
sphere
Method · 0.95
bezier
Method · 0.95
curve
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected