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

Method beginShape

core/src/processing/core/PShape.java:788–790  ·  view source on GitHub ↗

This method is used to start a custom shape created with the createShape() function. It's always and only used with createShape() . @webref pshape:method @webBrief Starts the creation of a new PShape @see PApplet#endShape()

()

Source from the content-addressed store, hash-verified

786 * @see PApplet#endShape()
787 */
788 public void beginShape() {
789 beginShape(POLYGON);
790 }
791
792
793 public void beginShape(int kind) {

Callers 5

getTessellationMethod · 0.95
getShapeMethod · 0.95
copyGeometryMethod · 0.45
drawGeometryMethod · 0.45
drawPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected