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

Method bezierInitCheck

core/src/processing/core/PGraphics.java:3294–3298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3292
3293
3294 protected void bezierInitCheck() {
3295 if (!bezierInited) {
3296 bezierInit();
3297 }
3298 }
3299
3300
3301 protected void bezierInit() {

Callers 3

bezierVertexMethod · 0.95
addBezierVertexMethod · 0.80
addQuadraticVertexMethod · 0.80

Calls 1

bezierInitMethod · 0.95

Tested by

no test coverage detected