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

Method isDone

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isDoneMethod · 0.65

Tested by

no test coverage detected