MCPcopy Index your code
hub / github.com/processing/processing / beginShape

Method beginShape

core/src/processing/core/PShape.java:756–758  ·  view source on GitHub ↗

@webref pshape:method @brief Starts the creation of a new PShape @see PApplet#endShape()

()

Source from the content-addressed store, hash-verified

754 * @see PApplet#endShape()
755 */
756 public void beginShape() {
757 beginShape(POLYGON);
758 }
759
760
761 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