MCPcopy Create free account
hub / github.com/benfry/processing4 / vertexBreak

Method vertexBreak

core/src/processing/opengl/PShapeOpenGL.java:1099–1105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1097
1098
1099 protected boolean vertexBreak() {
1100 if (breakShape) {
1101 breakShape = false;
1102 return true;
1103 }
1104 return false;
1105 }
1106
1107
1108 @Override

Callers 4

vertexImplMethod · 0.95
bezierVertexImplMethod · 0.95
quadraticVertexImplMethod · 0.95
curveVertexImplMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected