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

Method curveInitCheck

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

Source from the content-addressed store, hash-verified

3539
3540
3541 protected void curveInitCheck() {
3542 if (!curveInited) {
3543 curveInit();
3544 }
3545 }
3546
3547
3548 /**

Callers 3

curveVertexCheckMethod · 0.95
curvePointMethod · 0.95
curveTangentMethod · 0.95

Calls 1

curveInitMethod · 0.95

Tested by

no test coverage detected