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

Method next

core/src/processing/opengl/LinePath.java:384–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 }
383
384 public void next() {
385 int type = path.pointTypes[typeIdx++];
386 if (0 < curvecoords[type]) {
387 pointIdx += curvecoords[type];
388 colorIdx++;
389 }
390 }
391 }
392
393

Callers 2

getShapeMethod · 0.95
drawShapeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected