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

Method isDone

core/src/processing/opengl/PJOGL.java:730–732  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

728 }
729
730 public boolean isDone() {
731 return iter.isDone();
732 }
733
734 public int currentSegment(float[] coords) {
735 return iter.currentSegment(coords);

Callers

nothing calls this directly

Calls 1

isDoneMethod · 0.65

Tested by

no test coverage detected