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

Method bezierInit

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

Source from the content-addressed store, hash-verified

3299
3300
3301 protected void bezierInit() {
3302 // overkill to be broken out, but better parity with the curve stuff below
3303 bezierDetail(bezierDetail);
3304 bezierInited = true;
3305 }
3306
3307
3308 /**

Callers 1

bezierInitCheckMethod · 0.95

Calls 1

bezierDetailMethod · 0.95

Tested by

no test coverage detected