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

Method beginShape

core/src/processing/core/PGraphics.java:1156–1158  ·  view source on GitHub ↗

Start a new shape of type POLYGON

()

Source from the content-addressed store, hash-verified

1154 * Start a new shape of type POLYGON
1155 */
1156 public void beginShape() {
1157 beginShape(POLYGON);
1158 }
1159
1160
1161 /**

Callers 13

rawPolysMethod · 0.95
rawLinesMethod · 0.95
rawPointsMethod · 0.95
pointMethod · 0.95
lineMethod · 0.95
triangleMethod · 0.95
quadMethod · 0.95
rectImplMethod · 0.95
boxMethod · 0.95
sphereMethod · 0.95
bezierMethod · 0.95
curveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected